diff options
author | 2006-03-16 11:37:50 +0000 | |
---|---|---|
committer | 2006-03-16 11:37:50 +0000 | |
commit | e9d8160bb14e410d42f1e167881370aba0766434 (patch) | |
tree | 9bb57fb49b561ac55453715dec6c09076965dbfc /sys-devel | |
parent | Stable on ppc64; bug #126364 (diff) | |
download | historical-e9d8160bb14e410d42f1e167881370aba0766434.tar.gz historical-e9d8160bb14e410d42f1e167881370aba0766434.tar.bz2 historical-e9d8160bb14e410d42f1e167881370aba0766434.zip |
Stable on ppc64; bug #126365
Package-Manager: portage-2.0.54
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/make/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/make/make-3.80-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/make/ChangeLog b/sys-devel/make/ChangeLog index 46ed523f2527..4e835aee7919 100644 --- a/sys-devel/make/ChangeLog +++ b/sys-devel/make/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/make # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.42 2006/03/16 04:55:52 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.43 2006/03/16 11:37:50 corsair Exp $ + + 16 Mar 2006; Markus Rothe <corsair@gentoo.org> make-3.80-r4.ebuild: + Stable on ppc64; bug #126365 16 Mar 2006; Patrick McLean <chutzpah@gentoo.org> make-3.80-r4.ebuild: Stable on amd64 (bug #126365) diff --git a/sys-devel/make/make-3.80-r4.ebuild b/sys-devel/make/make-3.80-r4.ebuild index 0026c00227f9..6597bdb017b2 100644 --- a/sys-devel/make/make-3.80-r4.ebuild +++ b/sys-devel/make/make-3.80-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.80-r4.ebuild,v 1.2 2006/03/16 04:55:52 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.80-r4.ebuild,v 1.3 2006/03/16 11:37:50 corsair Exp $ inherit eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.gnu.org/gnu/make/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86" IUSE="nls static build" DEPEND="nls? ( sys-devel/gettext )" |