diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2011-08-31 08:20:15 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2011-08-31 08:20:15 +0000 |
commit | 7413d45b425c299c1a3d9acfcbf31737ef797404 (patch) | |
tree | 25ab79dc92fb62c61b47b706dd8f8d0ff37a144b /sys-devel/make | |
parent | Marked stable on AMD64 based on arch testing by Ian "idella" Delaney in bug #... (diff) | |
download | gentoo-2-7413d45b425c299c1a3d9acfcbf31737ef797404.tar.gz gentoo-2-7413d45b425c299c1a3d9acfcbf31737ef797404.tar.bz2 gentoo-2-7413d45b425c299c1a3d9acfcbf31737ef797404.zip |
Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El Lazkani & Agostino "ago" Sarubbo in bug #381199 filed by Mike "SpanKY" Frysinger.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/make')
-rw-r--r-- | sys-devel/make/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/make/make-3.82-r1.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-devel/make/ChangeLog b/sys-devel/make/ChangeLog index e1e2d63be7cf..2d47693eb575 100644 --- a/sys-devel/make/ChangeLog +++ b/sys-devel/make/ChangeLog @@ -1,6 +1,11 @@ # 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.82 2011/07/09 09:17:29 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.83 2011/08/31 08:20:15 chainsaw Exp $ + + 31 Aug 2011; Tony Vroon <chainsaw@gentoo.org> make-3.82-r1.ebuild: + Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El + Lazkani & Agostino "ago" Sarubbo in bug #381199 filed by Mike "SpanKY" + Frysinger. 09 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> make-3.82.ebuild: ppc/ppc64 stable wrt #367265 diff --git a/sys-devel/make/make-3.82-r1.ebuild b/sys-devel/make/make-3.82-r1.ebuild index 938c25b58c89..0becb26949ea 100644 --- a/sys-devel/make/make-3.82-r1.ebuild +++ b/sys-devel/make/make-3.82-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-devel/make/make-3.82-r1.ebuild,v 1.1 2011/06/07 13:18:10 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82-r1.ebuild,v 1.2 2011/08/31 08:20:15 chainsaw 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 ~sparc-fbsd ~x86-fbsd" IUSE="nls static" DEPEND="nls? ( sys-devel/gettext )" |