diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-11-24 22:39:04 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-11-24 22:39:04 +0000 |
commit | d0a0e98e5412de90b08d4bf318ed6adb37c51dc9 (patch) | |
tree | 2e43bc080493d70d11c33642fd948c8efd168e0c /kde-base/kfind | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-d0a0e98e5412de90b08d4bf318ed6adb37c51dc9.tar.gz gentoo-2-d0a0e98e5412de90b08d4bf318ed6adb37c51dc9.tar.bz2 gentoo-2-d0a0e98e5412de90b08d4bf318ed6adb37c51dc9.zip |
Stable on amd64, bug 112842.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'kde-base/kfind')
-rw-r--r-- | kde-base/kfind/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kfind/kfind-3.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kfind/ChangeLog b/kde-base/kfind/ChangeLog index 8c0e8cbf21bd..6b897462a738 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.25 2005/11/24 20:07:26 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/ChangeLog,v 1.26 2005/11/24 22:37:56 cryos Exp $ + + 24 Nov 2005; Marcus D. Hanwell <cryos@gentoo.org> kfind-3.4.3.ebuild: + Stable on amd64, bug 112842. 24 Nov 2005; Markus Rothe <corsair@gentoo.org> kfind-3.4.3.ebuild: Stable on ppc64 diff --git a/kde-base/kfind/kfind-3.4.3.ebuild b/kde-base/kfind/kfind-3.4.3.ebuild index 36d0cc32b88b..536112c5e6b1 100644 --- a/kde-base/kfind/kfind-3.4.3.ebuild +++ b/kde-base/kfind/kfind-3.4.3.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.3.ebuild,v 1.3 2005/11/24 20:07:26 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/kfind-3.4.3.ebuild,v 1.4 2005/11/24 22:37:56 cryos Exp $ KMNAME=kdebase MAXKDEVER=$PV @@ -8,7 +8,7 @@ KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta eutils DESCRIPTION="KDE file find utility" -KEYWORDS="~alpha ~amd64 ~ppc ppc64 sparc ~x86" +KEYWORDS="~alpha amd64 ~ppc ppc64 sparc ~x86" IUSE="" DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkonq)" |