diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-09-08 22:42:40 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-09-08 22:42:40 +0000 |
commit | 89b338ad648ae7b67de998788368759088de649e (patch) | |
tree | 1e182a5c4cf53a497e57bf75313acabb4843dc5c /sys-devel | |
parent | Version bump. (diff) | |
download | gentoo-2-89b338ad648ae7b67de998788368759088de649e.tar.gz gentoo-2-89b338ad648ae7b67de998788368759088de649e.tar.bz2 gentoo-2-89b338ad648ae7b67de998788368759088de649e.zip |
Stable on mips.
(Portage version: 1.589-cvs)
Diffstat (limited to 'sys-devel')
-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 ef89f629bcdf..4e63d2afffbd 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.28 2005/09/03 21:05:51 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.29 2005/09/08 22:42:40 ka0ttic Exp $ + + 08 Sep 2005; Aaron Walker <ka0ttic@gentoo.org> make-3.80-r2.ebuild: + Stable on mips. 03 Sep 2005; Markus Rothe <corsair@gentoo.org> make-3.80-r2.ebuild: Stable on ppc64 diff --git a/sys-devel/make/make-3.80-r2.ebuild b/sys-devel/make/make-3.80-r2.ebuild index 2c417808ecc8..1cf8406d1736 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.7 2005/09/03 21:05:51 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.80-r2.ebuild,v 1.8 2005/09/08 22:42:40 ka0ttic 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 )" |