diff options
Diffstat (limited to 'kde-base/kjots/kjots-4.2.1.ebuild')
-rw-r--r-- | kde-base/kjots/kjots-4.2.1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/kde-base/kjots/kjots-4.2.1.ebuild b/kde-base/kjots/kjots-4.2.1.ebuild index c90b1615d087..55ec2a315b4e 100644 --- a/kde-base/kjots/kjots-4.2.1.ebuild +++ b/kde-base/kjots/kjots-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/kjots/kjots-4.2.1.ebuild,v 1.1 2009/03/04 21:35:57 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/kjots-4.2.1.ebuild,v 1.2 2009/03/08 13:45:09 scarabeus Exp $ EAPI="2" @@ -11,5 +11,7 @@ DESCRIPTION="Kjots - KDE note taking utility" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="debug" -DEPEND=">=kde-base/libkdepim-${PV}:${SLOT}" -KMEXTRACTONLY="libkdepim" +DEPEND=" + >=kde-base/libkdepim-${PV}:${SLOT}[kdeprefix=] +" +RDEPEND="${DEPEND}" |