summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-apps/findutils/ChangeLog5
-rw-r--r--sys-apps/findutils/findutils-4.3.8-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/findutils/ChangeLog b/sys-apps/findutils/ChangeLog
index 7587eb6971d2..b31bae9dcf21 100644
--- a/sys-apps/findutils/ChangeLog
+++ b/sys-apps/findutils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/findutils
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/ChangeLog,v 1.143 2007/09/28 16:34:05 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/ChangeLog,v 1.144 2007/09/28 17:14:23 nixnut Exp $
+
+ 28 Sep 2007; nixnut <nixnut@gentoo.org> findutils-4.3.8-r1.ebuild:
+ Stable on ppc wrt bug 194010
28 Sep 2007; Raúl Porcel <armin76@gentoo.org> findutils-4.3.8-r1.ebuild:
alpha/ia64/x86 stable wrt #194010
diff --git a/sys-apps/findutils/findutils-4.3.8-r1.ebuild b/sys-apps/findutils/findutils-4.3.8-r1.ebuild
index f3823980a216..b37d65d97f82 100644
--- a/sys-apps/findutils/findutils-4.3.8-r1.ebuild
+++ b/sys-apps/findutils/findutils-4.3.8-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.3.8-r1.ebuild,v 1.7 2007/09/28 16:34:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.3.8-r1.ebuild,v 1.8 2007/09/28 17:14:23 nixnut Exp $
inherit eutils flag-o-matic toolchain-funcs multilib
@@ -13,7 +13,7 @@ SRC_URI="ftp://alpha.gnu.org/gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k mips ~ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k mips ppc ppc64 ~s390 ~sh sparc x86"
IUSE="nls selinux static"
RDEPEND="selinux? ( sys-libs/libselinux )