summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-04-26 13:46:07 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-04-26 13:46:07 +0000
commit5c0f784069ad8bfb74bc672cc46010bb5d21d3e0 (patch)
tree8832ef10df28c628d0347ba80097b32c105f6558 /sys-devel
parentmask openpam[vim-syntax] (diff)
downloadgentoo-2-5c0f784069ad8bfb74bc672cc46010bb5d21d3e0.tar.gz
gentoo-2-5c0f784069ad8bfb74bc672cc46010bb5d21d3e0.tar.bz2
gentoo-2-5c0f784069ad8bfb74bc672cc46010bb5d21d3e0.zip
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/make/ChangeLog7
-rw-r--r--sys-devel/make/make-3.82-r3.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-devel/make/ChangeLog b/sys-devel/make/ChangeLog
index cdec6173fd56..5018c7ac90ff 100644
--- a/sys-devel/make/ChangeLog
+++ b/sys-devel/make/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/make
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.93 2011/12/30 15:46:43 halcy0n Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.94 2012/04/26 13:46:07 aballier Exp $
+
+ 26 Apr 2012; Alexis Ballier <aballier@gentoo.org> make-3.82-r3.ebuild:
+ keyword ~amd64-fbsd
30 Dec 2011; Mark Loeser <halcy0n@gentoo.org> make-3.82-r1.ebuild:
Stable for ppc64; bug #381199
diff --git a/sys-devel/make/make-3.82-r3.ebuild b/sys-devel/make/make-3.82-r3.ebuild
index b1de58f7df65..5fbd71ff7412 100644
--- a/sys-devel/make/make-3.82-r3.ebuild
+++ b/sys-devel/make/make-3.82-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82-r3.ebuild,v 1.1 2011/09/17 23:29:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82-r3.ebuild,v 1.2 2012/04/26 13:46:07 aballier Exp $
EAPI="2"
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu//make/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="nls static"
DEPEND="nls? ( sys-devel/gettext )"