diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-04-27 19:44:55 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-04-27 19:44:55 +0000 |
commit | 41a4b3f3c14713d67c5b777d69b031648899171f (patch) | |
tree | 9ccd86b279012451f5f3f8ae003698ee407bba44 /kde-base/kfind | |
parent | Stable on alpha + ia64. (diff) | |
download | historical-41a4b3f3c14713d67c5b777d69b031648899171f.tar.gz historical-41a4b3f3c14713d67c5b777d69b031648899171f.tar.bz2 historical-41a4b3f3c14713d67c5b777d69b031648899171f.zip |
Added ~ppc64 to KEYWORDS
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'kde-base/kfind')
-rw-r--r-- | kde-base/kfind/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kfind/kfind-3.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kfind/ChangeLog b/kde-base/kfind/ChangeLog index 9c98d8ef3f91..dd4abcbfb3e5 100644 --- a/kde-base/kfind/ChangeLog +++ b/kde-base/kfind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kfind # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/ChangeLog,v 1.7 2005/03/21 03:44:20 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/ChangeLog,v 1.8 2005/04/27 19:40:34 corsair Exp $ + + 27 Apr 2005; Markus Rothe <corsair@gentoo.org> kfind-3.4.0.ebuild: + Added ~ppc64 to KEYWORDS 20 Mar 2005; Jason Wever <weeve@gentoo.org> kfind-3.4.0.ebuild: Added ~sparc keyword. diff --git a/kde-base/kfind/kfind-3.4.0.ebuild b/kde-base/kfind/kfind-3.4.0.ebuild index 427246183f0d..0f3d33118bbd 100644 --- a/kde-base/kfind/kfind-3.4.0.ebuild +++ b/kde-base/kfind/kfind-3.4.0.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-base/kfind/kfind-3.4.0.ebuild,v 1.3 2005/03/21 03:44:20 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/kfind-3.4.0.ebuild,v 1.4 2005/04/27 19:40:34 corsair Exp $ KMNAME=kdebase MAXKDEVER=$PV @@ -8,7 +8,7 @@ KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta eutils DESCRIPTION="KDE file find utility" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~ppc64" IUSE="" DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkonq)" |