diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2005-10-12 14:15:46 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2005-10-12 14:15:46 +0000 |
commit | 41f95178c686f30e64cb5952ae7d0d7f98f97150 (patch) | |
tree | c311a91ff40da0e035d38943a93bab22cb4542ee /dev-db/knoda/knoda-0.7.4-r1.ebuild | |
parent | version bump (diff) | |
download | historical-41f95178c686f30e64cb5952ae7d0d7f98f97150.tar.gz historical-41f95178c686f30e64cb5952ae7d0d7f98f97150.tar.bz2 historical-41f95178c686f30e64cb5952ae7d0d7f98f97150.zip |
minor dependency fix
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'dev-db/knoda/knoda-0.7.4-r1.ebuild')
-rw-r--r-- | dev-db/knoda/knoda-0.7.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/knoda/knoda-0.7.4-r1.ebuild b/dev-db/knoda/knoda-0.7.4-r1.ebuild index 6cdb933293d2..ed8e53aa5412 100644 --- a/dev-db/knoda/knoda-0.7.4-r1.ebuild +++ b/dev-db/knoda/knoda-0.7.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/knoda/knoda-0.7.4-r1.ebuild,v 1.1 2005/10/11 13:32:21 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/knoda/knoda-0.7.4-r1.ebuild,v 1.2 2005/10/12 14:15:46 carlo Exp $ inherit kde eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" -DEPEND=">=dev-db/hk_classes-${PV}" +DEPEND="~dev-db/hk_classes-${PV}a" need-kde 3 |