diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-08-07 17:58:55 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-08-07 17:58:55 +0000 |
commit | 124473d16e9847d218d3b84d30b5fccb77e5f065 (patch) | |
tree | d94249b8c00e4d7699a215a7f90516719a4e6a34 /sys-devel | |
parent | Stable for amd64, wrt bug #429202 (diff) | |
download | gentoo-2-124473d16e9847d218d3b84d30b5fccb77e5f065.tar.gz gentoo-2-124473d16e9847d218d3b84d30b5fccb77e5f065.tar.bz2 gentoo-2-124473d16e9847d218d3b84d30b5fccb77e5f065.zip |
Stable for amd64, wrt bug #419941
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/make/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/make/make-3.82-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/make/ChangeLog b/sys-devel/make/ChangeLog index 25210393e7ea..8537a380fef6 100644 --- a/sys-devel/make/ChangeLog +++ b/sys-devel/make/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/make # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.97 2012/08/06 12:41:19 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.98 2012/08/07 17:58:55 ago Exp $ + + 07 Aug 2012; Agostino Sarubbo <ago@gentoo.org> make-3.82-r3.ebuild: + Stable for amd64, wrt bug #419941 06 Aug 2012; Anthony G. Basile <blueness@gentoo.org> make-3.82-r3.ebuild: Stable arm, bug #419941 diff --git a/sys-devel/make/make-3.82-r3.ebuild b/sys-devel/make/make-3.82-r3.ebuild index b2f2296d2ad8..482034d62477 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-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.4 2012/08/06 12:41:19 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82-r3.ebuild,v 1.5 2012/08/07 17:58:55 ago 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 ~amd64-fbsd ~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 )" |