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 | 44b042993d2dd3fb3e20e22aaf20ed2c95551785 (patch) | |
tree | 5e005a14448d42340310315e70f17f4287e46247 /sys-devel | |
parent | Version bump. (diff) | |
download | historical-44b042993d2dd3fb3e20e22aaf20ed2c95551785.tar.gz historical-44b042993d2dd3fb3e20e22aaf20ed2c95551785.tar.bz2 historical-44b042993d2dd3fb3e20e22aaf20ed2c95551785.zip |
Stable on mips.
Package-Manager: portage-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 )" |