summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-03-04 12:12:48 +0000
committerMichael Palimaka <kensington@gentoo.org>2015-03-04 12:12:48 +0000
commitbe3a414de71420f1eed8781ab5d4c9ff28b56947 (patch)
tree2a7683a397930c2f6825beff2cb4386f44d2d0d0 /net-libs/telepathy-qt
parentRaise compatible kernel version. (diff)
downloadgentoo-2-be3a414de71420f1eed8781ab5d4c9ff28b56947.tar.gz
gentoo-2-be3a414de71420f1eed8781ab5d4c9ff28b56947.tar.bz2
gentoo-2-be3a414de71420f1eed8781ab5d4c9ff28b56947.zip
Remove unused inherit.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'net-libs/telepathy-qt')
-rw-r--r--net-libs/telepathy-qt/ChangeLog6
-rw-r--r--net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/telepathy-qt/ChangeLog b/net-libs/telepathy-qt/ChangeLog
index 8640602b6788..4f7ea6dbdcec 100644
--- a/net-libs/telepathy-qt/ChangeLog
+++ b/net-libs/telepathy-qt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/telepathy-qt
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/ChangeLog,v 1.31 2015/01/30 22:24:22 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/ChangeLog,v 1.32 2015/03/04 12:12:48 kensington Exp $
+
+ 04 Mar 2015; Michael Palimaka <kensington@gentoo.org>
+ telepathy-qt-0.9.5.ebuild:
+ Remove unused inherit.
30 Jan 2015; Johannes Huber <johu@gentoo.org> telepathy-qt-0.9.5.ebuild:
Shorten pkg setup. Sort functions.
diff --git a/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild b/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild
index 4987038cf352..d61acd902846 100644
--- a/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild,v 1.2 2015/01/30 22:24:22 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild,v 1.3 2015/03/04 12:12:48 kensington Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
-inherit base python-any-r1 cmake-utils virtualx multibuild
+inherit python-any-r1 cmake-utils virtualx multibuild
DESCRIPTION="Qt4 bindings for the Telepathy D-Bus protocol"
HOMEPAGE="http://telepathy.freedesktop.org/"