diff options
author | Luis Medinas <metalgod@gentoo.org> | 2006-06-28 01:59:26 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2006-06-28 01:59:26 +0000 |
commit | d0d4364b91b4bdb44809058465a37d2207b6f3c3 (patch) | |
tree | bd1dbd21de78ed34750bdb2d670dd7617a98ef07 /sys-devel/automake | |
parent | Added ~amd64 keyword. Closes bug #132645. (diff) | |
download | gentoo-2-d0d4364b91b4bdb44809058465a37d2207b6f3c3.tar.gz gentoo-2-d0d4364b91b4bdb44809058465a37d2207b6f3c3.tar.bz2 gentoo-2-d0d4364b91b4bdb44809058465a37d2207b6f3c3.zip |
Stable on amd64. Bug #138145.
(Portage version: 2.1.1_pre1-r5)
Diffstat (limited to 'sys-devel/automake')
-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 5d09b39719ea..52e1e6e50a39 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.84 2006/06/27 19:22:53 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.85 2006/06/28 01:59:26 metalgod Exp $ + + 28 Jun 2006; Luis Medinas <metalgod@gentoo.org> automake-1.9.6-r2.ebuild: + Stable on amd64. Bug #138145. 27 Jun 2006; Gustavo Zacarias <gustavoz@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 c235da3a0cd0..fe99b602ba9f 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.7 2006/06/27 19:22:53 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.9.6-r2.ebuild,v 1.8 2006/06/28 01:59:26 metalgod 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 |