diff options
author | 2005-08-18 18:44:21 +0000 | |
---|---|---|
committer | 2005-08-18 18:44:21 +0000 | |
commit | d6f93cb46d900332a75fe829876db1dbb9b390d6 (patch) | |
tree | 6c09678131f5fde05fb0dcc37fffb90bd36127b1 /sys-devel/make | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-d6f93cb46d900332a75fe829876db1dbb9b390d6.tar.gz gentoo-2-d6f93cb46d900332a75fe829876db1dbb9b390d6.tar.bz2 gentoo-2-d6f93cb46d900332a75fe829876db1dbb9b390d6.zip |
Stable on ppc.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-devel/make')
-rw-r--r-- | sys-devel/make/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/make/make-3.80-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/make/ChangeLog b/sys-devel/make/ChangeLog index ddeb1ce5e263..bfc47361e2eb 100644 --- a/sys-devel/make/ChangeLog +++ b/sys-devel/make/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/make # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.26 2005/08/16 13:08:48 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.27 2005/08/18 18:41:38 hansmi Exp $ + + 18 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> make-3.80-r2.ebuild: + Stable on ppc. 16 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org> make-3.80-r2.ebuild: Stable on sparc diff --git a/sys-devel/make/make-3.80-r2.ebuild b/sys-devel/make/make-3.80-r2.ebuild index 562583d81c48..344c2ab50624 100644 --- a/sys-devel/make/make-3.80-r2.ebuild +++ b/sys-devel/make/make-3.80-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.80-r2.ebuild,v 1.5 2005/08/16 13:08:48 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.80-r2.ebuild,v 1.6 2005/08/18 18:41:38 hansmi 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 hardened" DEPEND="nls? ( sys-devel/gettext )" |