diff options
author | 2011-09-05 11:20:41 +0000 | |
---|---|---|
committer | 2011-09-05 11:20:41 +0000 | |
commit | d47f31e8ca141aa9e959414e037bec815ffb3b95 (patch) | |
tree | 00021109ff879d7c4df5af511dd8e463f61b0fa9 /sys-devel | |
parent | Marked ~hppa (bug #381303). (diff) | |
download | gentoo-2-d47f31e8ca141aa9e959414e037bec815ffb3b95.tar.gz gentoo-2-d47f31e8ca141aa9e959414e037bec815ffb3b95.tar.bz2 gentoo-2-d47f31e8ca141aa9e959414e037bec815ffb3b95.zip |
Stable for HPPA (bug #381199).
(Portage version: 2.2.0_alpha53/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-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/make/ChangeLog b/sys-devel/make/ChangeLog index 59abbdc939d3..dde744ff9013 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.84 2011/09/04 17:43:59 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.85 2011/09/05 11:20:41 jer Exp $ + + 05 Sep 2011; Jeroen Roovers <jer@gentoo.org> make-3.82-r1.ebuild: + Stable for HPPA (bug #381199). 04 Sep 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> make-3.82-r1.ebuild: x86 stable wrt bug #381199 diff --git a/sys-devel/make/make-3.82-r1.ebuild b/sys-devel/make/make-3.82-r1.ebuild index e51a686a54ba..ceab82fe3fb2 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.3 2011/09/04 17:43:59 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82-r1.ebuild,v 1.4 2011/09/05 11:20:41 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 ~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 )" |