From: Markus Rothe Date: Thu, 16 Mar 2006 11:37:50 +0000 (+0000) Subject: Stable on ppc64; bug #126365 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e9d8160bb14e410d42f1e167881370aba0766434;p=gentoo.git Stable on ppc64; bug #126365 Package-Manager: portage-2.0.54 --- 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 make-3.80-r4.ebuild: + Stable on ppc64; bug #126365 16 Mar 2006; Patrick McLean 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 )"