diff options
author | Joshua Kinard <kumba@gentoo.org> | 2006-07-09 02:00:14 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2006-07-09 02:00:14 +0000 |
commit | 74154038e895b180ecf58ae54f3d9e39fefa817b (patch) | |
tree | a77aa2903fe76b708e31463959e279c3b8952781 | |
parent | Marked ppc stable for bug #133293. (diff) | |
download | gentoo-2-74154038e895b180ecf58ae54f3d9e39fefa817b.tar.gz gentoo-2-74154038e895b180ecf58ae54f3d9e39fefa817b.tar.bz2 gentoo-2-74154038e895b180ecf58ae54f3d9e39fefa817b.zip |
Marked stable on mips.
(Portage version: 2.1-r1)
-rw-r--r-- | sys-devel/automake/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/automake/automake-1.9.6-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/automake/ChangeLog b/sys-devel/automake/ChangeLog index 87c4ee913a53..50033a2b4ec7 100644 --- a/sys-devel/automake/ChangeLog +++ b/sys-devel/automake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/automake # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.86 2006/06/28 16:19:43 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.87 2006/07/09 02:00:14 kumba Exp $ + + 09 Jul 2006; Joshua Kinard <kumba@gentoo.org> automake-1.9.6-r2.ebuild: + Marked stable on mips. 28 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org> automake-1.9.6-r2.ebuild: diff --git a/sys-devel/automake/automake-1.9.6-r2.ebuild b/sys-devel/automake/automake-1.9.6-r2.ebuild index a988f84277ca..b2e3433b54a0 100644 --- a/sys-devel/automake/automake-1.9.6-r2.ebuild +++ b/sys-devel/automake/automake-1.9.6-r2.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/automake/automake-1.9.6-r2.ebuild,v 1.9 2006/06/28 16:19:43 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.9.6-r2.ebuild,v 1.10 2006/07/09 02:00:14 kumba Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="${PV:0:3}" -KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ppc ppc-macos ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ia64 m68k mips ppc ppc-macos ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="" RDEPEND="dev-lang/perl |