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 | 2c08be5a10bdac32c33493fcf0d6f137909c955c (patch) | |
tree | b3f35ba5e6b9882846aa4ebfbda7855f30d17acd /kde-misc/kio-locate | |
parent | Added to x86 (diff) | |
download | historical-2c08be5a10bdac32c33493fcf0d6f137909c955c.tar.gz historical-2c08be5a10bdac32c33493fcf0d6f137909c955c.tar.bz2 historical-2c08be5a10bdac32c33493fcf0d6f137909c955c.zip |
Added missing IUSE.
Diffstat (limited to 'kde-misc/kio-locate')
-rw-r--r-- | kde-misc/kio-locate/Manifest | 4 | ||||
-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 |
3 files changed, 8 insertions, 6 deletions
diff --git a/kde-misc/kio-locate/Manifest b/kde-misc/kio-locate/Manifest index e52a9154fcee..d183016e13e1 100644 --- a/kde-misc/kio-locate/Manifest +++ b/kde-misc/kio-locate/Manifest @@ -1,6 +1,6 @@ MD5 96a4184e1e3325923219a5f96a5511a5 metadata.xml 163 -MD5 29be14b8a036e86567bb99742d6d3387 kio-locate-0.3.0.ebuild 537 +MD5 445c22bab8c1197e8bfcd8e001ff9906 kio-locate-0.3.0.ebuild 545 MD5 fb7fec2771233f756e416400b7464f53 ChangeLog 1207 -MD5 4f0021d0f8d8f79474110cfb46510622 kio-locate-0.3.2.ebuild 510 +MD5 d82f192ea99ebeff919b54808fe71568 kio-locate-0.3.2.ebuild 518 MD5 71bcf1693aaaf719d22d2f8edec1cd47 files/digest-kio-locate-0.3.2 68 MD5 3598fca50edc709a2779c2071cd16499 files/digest-kio-locate-0.3.0 68 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" |