summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/parley/parley-4.2.1.ebuild')
-rw-r--r--kde-base/parley/parley-4.2.1.ebuild11
1 files changed, 8 insertions, 3 deletions
diff --git a/kde-base/parley/parley-4.2.1.ebuild b/kde-base/parley/parley-4.2.1.ebuild
index a6a92702fbe1..dc4749f5a4b2 100644
--- a/kde-base/parley/parley-4.2.1.ebuild
+++ b/kde-base/parley/parley-4.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/parley/parley-4.2.1.ebuild,v 1.1 2009/03/04 22:50:56 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/parley/parley-4.2.1.ebuild,v 1.2 2009/03/08 14:19:00 scarabeus Exp $
EAPI="2"
@@ -11,13 +11,18 @@ DESCRIPTION="KDE Educational: vocabulary trainer"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="debug +plasma"
-DEPEND=">=kde-base/libkdeedu-${PV}:${SLOT}"
+DEPEND="
+ >=kde-base/libkdeedu-${PV}:${SLOT}[kdeprefix=]
+"
RDEPEND="${DEPEND}"
-KMEXTRACTONLY="libkdeedu/keduvocdocument"
+KMEXTRACTONLY="
+ libkdeedu/keduvocdocument
+"
src_configure() {
mycmakeargs="${mycmakeargs}
$(cmake-utils_use_with plasma Plasma)"
+
kde4-meta_src_configure
}