summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2013-04-12 18:12:51 +0000
committerMichael Palimaka <kensington@gentoo.org>2013-04-12 18:12:51 +0000
commit74bbe0fa2e451c7eaee545cd7d59bfdb5a47f7e5 (patch)
tree9d59d157c671083637ae657b3825a8ceba85bd37 /net-libs/telepathy-logger-qt
parentBeta channel bump. (diff)
downloadgentoo-2-74bbe0fa2e451c7eaee545cd7d59bfdb5a47f7e5.tar.gz
gentoo-2-74bbe0fa2e451c7eaee545cd7d59bfdb5a47f7e5.tar.bz2
gentoo-2-74bbe0fa2e451c7eaee545cd7d59bfdb5a47f7e5.zip
Call pkg_setup from all inherited eclasses.
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'net-libs/telepathy-logger-qt')
-rw-r--r--net-libs/telepathy-logger-qt/ChangeLog6
-rw-r--r--net-libs/telepathy-logger-qt/telepathy-logger-qt-0.6.0.ebuild7
2 files changed, 11 insertions, 2 deletions
diff --git a/net-libs/telepathy-logger-qt/ChangeLog b/net-libs/telepathy-logger-qt/ChangeLog
index 1ee241bf7807..afddd843f3f9 100644
--- a/net-libs/telepathy-logger-qt/ChangeLog
+++ b/net-libs/telepathy-logger-qt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/telepathy-logger-qt
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-logger-qt/ChangeLog,v 1.12 2013/04/12 17:48:26 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-logger-qt/ChangeLog,v 1.13 2013/04/12 18:12:51 kensington Exp $
+
+ 12 Apr 2013; Michael Palimaka <kensington@gentoo.org>
+ telepathy-logger-qt-0.6.0.ebuild:
+ Call pkg_setup from all inherited eclasses.
12 Apr 2013; Tomáš Chvátal <scarabeus@gentoo.org>
telepathy-logger-qt-0.5.3.ebuild, telepathy-logger-qt-0.6.0.ebuild:
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.6.0.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.6.0.ebuild
index 6544c37a7f03..0fc05e8912e8 100644
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.6.0.ebuild
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.6.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.6.0.ebuild,v 1.2 2013/04/12 17:48:26 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.6.0.ebuild,v 1.3 2013/04/12 18:12:51 kensington Exp $
EAPI=5
@@ -32,6 +32,11 @@ DEPEND="${RDEPEND}
${PYTHON_DEPS}
"
+pkg_setup() {
+ python-any-r1_pkg_setup
+ kde4-base_pkg_setup
+}
+
src_configure() {
local mycmakeargs=(
-DBUILD_SHARED_LIBS=ON