diff options
-rw-r--r-- | kde-misc/kio-locate/ChangeLog | 5 | ||||
-rw-r--r-- | kde-misc/kio-locate/kio-locate-0.2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-misc/kio-locate/ChangeLog b/kde-misc/kio-locate/ChangeLog index 498c554f91b8..f64462d939b4 100644 --- a/kde-misc/kio-locate/ChangeLog +++ b/kde-misc/kio-locate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-misc/kio-locate # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-locate/ChangeLog,v 1.2 2004/10/28 21:51:10 motaboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-locate/ChangeLog,v 1.3 2004/11/01 04:40:43 pylon Exp $ + + 01 Nov 2004; Lars Weiler <pylon@gentoo.org> kio-locate-0.2.4.ebuild: + Added ~ppc keyword. 28 Oct 2004; Simone Gotti <motaboy@gentoo.org> kio-locate-0.2.4.ebuild: Use the kde eclass instead of kde-base that is deprecated. diff --git a/kde-misc/kio-locate/kio-locate-0.2.4.ebuild b/kde-misc/kio-locate/kio-locate-0.2.4.ebuild index ef98e63097cd..4c1f7193033b 100644 --- a/kde-misc/kio-locate/kio-locate-0.2.4.ebuild +++ b/kde-misc/kio-locate/kio-locate-0.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.2.4.ebuild,v 1.2 2004/10/28 21:51:10 motaboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-locate/kio-locate-0.2.4.ebuild,v 1.3 2004/11/01 04:40:43 pylon Exp $ inherit kde @@ -12,7 +12,7 @@ HOMEPAGE="http://arminstraub.de/browse.php?doc=kio_locate" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" RDEPEND="sys-apps/slocate" |