commit: ad9ef1b0b2542c231b25122c1f770557ea61cd32
Author: Uwe L. Korn <uwelk <AT> xhochy <DOT> com>
AuthorDate: Sat Apr 12 11:19:41 2014 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Apr 12 12:46:52 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ad9ef1b0
[net-im/ktp-contact-list] Add USE semantic-desktop
Package-Manager: portage-2.2.10
---
net-im/ktp-contact-list/ktp-contact-list-9999.ebuild | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/net-im/ktp-contact-list/ktp-contact-list-9999.ebuild
b/net-im/ktp-contact-list/ktp-contact-list-9999.ebuild
index f857a03..1b3c1b9 100644
--- a/net-im/ktp-contact-list/ktp-contact-list-9999.ebuild
+++ b/net-im/ktp-contact-list/ktp-contact-list-9999.ebuild
@@ -20,12 +20,20 @@ fi
LICENSE="GPL-2"
SLOT="4"
-IUSE="debug"
+IUSE="debug semantic-desktop"
DEPEND="
>=net-im/ktp-accounts-kcm-${PV}
- >=net-im/ktp-common-internals-${PV}
- >=net-libs/libkpeople-0.2.1
+ >=net-im/ktp-common-internals-${PV}[semantic-desktop?]
>=net-libs/telepathy-qt-0.9.3
+ semantic-desktop? ( >=net-libs/libkpeople-0.2.1 )
"
RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package semantic-desktop KPeople)
+ )
+
+ kde4-base_src_configure
+}