diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-01-20 16:55:03 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-01-20 16:55:03 +0000 |
commit | a08c3ed6d15566927194e0ebf5f0921f868248ac (patch) | |
tree | 4f295188c3a288ffbfbe80fb2317b7441966af79 /kde-misc/kio-locate | |
parent | Added to x86 (Manifest recommit) (diff) | |
download | gentoo-2-a08c3ed6d15566927194e0ebf5f0921f868248ac.tar.gz gentoo-2-a08c3ed6d15566927194e0ebf5f0921f868248ac.tar.bz2 gentoo-2-a08c3ed6d15566927194e0ebf5f0921f868248ac.zip |
Added missing IUSE.
Diffstat (limited to 'kde-misc/kio-locate')
-rw-r--r-- | kde-misc/kio-locate/kio-locate-0.3.0.ebuild | 7 | ||||
-rw-r--r-- | kde-misc/kio-locate/kio-locate-0.3.2.ebuild | 3 |
2 files changed, 6 insertions, 4 deletions
diff --git a/kde-misc/kio-locate/kio-locate-0.3.0.ebuild b/kde-misc/kio-locate/kio-locate-0.3.0.ebuild index 3cbd14aab67e..b3f90988aab9 100644 --- a/kde-misc/kio-locate/kio-locate-0.3.0.ebuild +++ b/kde-misc/kio-locate/kio-locate-0.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-locate/kio-locate-0.3.0.ebuild,v 1.2 2004/11/28 22:21:30 motaboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-locate/kio-locate-0.3.0.ebuild,v 1.3 2005/01/20 16:55:03 greg_g Exp $ inherit kde @@ -12,8 +12,9 @@ HOMEPAGE="http://arminstraub.de/browse.php?doc=kio_locate" LICENSE="GPL-2" SLOT="0" +IUSE="" KEYWORDS="x86 ~ppc" RDEPEND="sys-apps/slocate" -need-kde 3.1
\ No newline at end of file +need-kde 3.1 diff --git a/kde-misc/kio-locate/kio-locate-0.3.2.ebuild b/kde-misc/kio-locate/kio-locate-0.3.2.ebuild index a03ca872ae02..41e3209b89b5 100644 --- a/kde-misc/kio-locate/kio-locate-0.3.2.ebuild +++ b/kde-misc/kio-locate/kio-locate-0.3.2.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/kde-misc/kio-locate/kio-locate-0.3.2.ebuild,v 1.1 2005/01/19 11:15:49 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-locate/kio-locate-0.3.2.ebuild,v 1.2 2005/01/20 16:55:03 greg_g Exp $ inherit kde @@ -10,6 +10,7 @@ HOMEPAGE="http://arminstraub.de/browse.php?doc=kio_locate" LICENSE="GPL-2" SLOT="0" +IUSE="" KEYWORDS="~x86 ~ppc" RDEPEND="sys-apps/slocate" |