diff options
author | 2012-12-14 17:39:11 +0000 | |
---|---|---|
committer | 2012-12-14 17:39:11 +0000 | |
commit | b2fae1b8ffc7ffbf6e1550e3365f86d6ab67e420 (patch) | |
tree | 3392e5ce715bd67ce7e4c308d0e37885f5672ddd | |
parent | Version bump, remove old. (diff) | |
download | gentoo-2-b2fae1b8ffc7ffbf6e1550e3365f86d6ab67e420.tar.gz gentoo-2-b2fae1b8ffc7ffbf6e1550e3365f86d6ab67e420.tar.bz2 gentoo-2-b2fae1b8ffc7ffbf6e1550e3365f86d6ab67e420.zip |
Stable for HPPA (bug #441528).
(Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key A792A613)
-rw-r--r-- | sys-devel/make/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/make/make-3.82-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/make/ChangeLog b/sys-devel/make/ChangeLog index bb220048fe8a..d40162d21ac4 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.107 2012/12/12 18:31:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.108 2012/12/14 17:39:11 jer Exp $ + + 14 Dec 2012; Jeroen Roovers <jer@gentoo.org> make-3.82-r4.ebuild: + Stable for HPPA (bug #441528). 12 Dec 2012; Agostino Sarubbo <ago@gentoo.org> make-3.82-r4.ebuild: Stable for amd64, wrt bug #441528 diff --git a/sys-devel/make/make-3.82-r4.ebuild b/sys-devel/make/make-3.82-r4.ebuild index 3248bbb9576d..600cd35af545 100644 --- a/sys-devel/make/make-3.82-r4.ebuild +++ b/sys-devel/make/make-3.82-r4.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-r4.ebuild,v 1.7 2012/12/12 18:31:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild,v 1.8 2012/12/14 17:39:11 jer 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 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="nls static" DEPEND="nls? ( sys-devel/gettext )" |