summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando J. Pereda <ferdy@gentoo.org>2006-03-19 20:47:43 +0000
committerFernando J. Pereda <ferdy@gentoo.org>2006-03-19 20:47:43 +0000
commitc225686cf8345a05f8bfc775babf259d13a3aee7 (patch)
treeff22b097049adcad452f672f45f3aab36b2df177 /sys-devel/make
parentStable on ppc64; bug #126850 (diff)
downloadgentoo-2-c225686cf8345a05f8bfc775babf259d13a3aee7.tar.gz
gentoo-2-c225686cf8345a05f8bfc775babf259d13a3aee7.tar.bz2
gentoo-2-c225686cf8345a05f8bfc775babf259d13a3aee7.zip
Stable on alpha as per bug #126365
(Portage version: 2.0.54)
Diffstat (limited to 'sys-devel/make')
-rw-r--r--sys-devel/make/ChangeLog5
-rw-r--r--sys-devel/make/make-3.80-r4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/make/ChangeLog b/sys-devel/make/ChangeLog
index dcfc9c84b764..a7fe079f18d5 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.46 2006/03/16 18:20:33 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.47 2006/03/19 20:47:43 ferdy Exp $
+
+ 19 Mar 2006; Fernando J. Pereda <ferdy@gentoo.org> make-3.80-r4.ebuild:
+ Stable on alpha as per bug #126365
16 Mar 2006; Torsten Veller <tove@gentoo.org> make-3.80-r4.ebuild:
Stable on x86 (#126365)
diff --git a/sys-devel/make/make-3.80-r4.ebuild b/sys-devel/make/make-3.80-r4.ebuild
index 364c4c6fb1df..505fd66fb2a5 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.7 2006/03/18 22:34:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.80-r4.ebuild,v 1.8 2006/03/19 20:47:43 ferdy 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 )"