summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2011-07-05 21:12:54 +0000
committerAlexis Ballier <aballier@gentoo.org>2011-07-05 21:12:54 +0000
commite151842c8f7ccdde23c3e56e2f4fc976dda80a1b (patch)
tree956361210dbc9457bd757c9d6f77f00292e2343f /sys-apps
parentkeyword ~x86-fbsd (diff)
downloadgentoo-2-e151842c8f7ccdde23c3e56e2f4fc976dda80a1b.tar.gz
gentoo-2-e151842c8f7ccdde23c3e56e2f4fc976dda80a1b.tar.bz2
gentoo-2-e151842c8f7ccdde23c3e56e2f4fc976dda80a1b.zip
keyword ~sparc-fbsd; untested but should work as it works on sparc and x86-fbsd; the plan is to have it part of @system so we do not have other option
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/findutils/ChangeLog7
-rw-r--r--sys-apps/findutils/findutils-4.5.10-r1.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-apps/findutils/ChangeLog b/sys-apps/findutils/ChangeLog
index 0169fd5f14a6..ad855e251451 100644
--- a/sys-apps/findutils/ChangeLog
+++ b/sys-apps/findutils/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/findutils
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/ChangeLog,v 1.197 2011/07/05 21:10:32 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/ChangeLog,v 1.198 2011/07/05 21:12:54 aballier Exp $
+
+ 05 Jul 2011; Alexis Ballier <aballier@gentoo.org> findutils-4.5.10-r1.ebuild:
+ keyword ~sparc-fbsd; untested but should work as it works on sparc and
+ x86-fbsd; the plan is to have it part of @system so we do not have other
+ option
05 Jul 2011; Alexis Ballier <aballier@gentoo.org> findutils-4.5.10-r1.ebuild:
keyword ~x86-fbsd
diff --git a/sys-apps/findutils/findutils-4.5.10-r1.ebuild b/sys-apps/findutils/findutils-4.5.10-r1.ebuild
index a9917b1cd9b3..291d13c4a541 100644
--- a/sys-apps/findutils/findutils-4.5.10-r1.ebuild
+++ b/sys-apps/findutils/findutils-4.5.10-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.5.10-r1.ebuild,v 1.2 2011/07/05 21:10:32 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.5.10-r1.ebuild,v 1.3 2011/07/05 21:12:54 aballier Exp $
inherit eutils flag-o-matic toolchain-funcs multilib
@@ -11,7 +11,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 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
IUSE="nls selinux static"
RDEPEND="selinux? ( sys-libs/libselinux )