diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-27 18:11:46 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-27 18:11:46 +0000 |
commit | d94a1a4a0d76f49ccf66748f41cfd4d1abc8de0f (patch) | |
tree | 846e77432be073b2fb1a2495e73d792694f5dac8 /sys-devel/automake | |
parent | Fix building on post 2.6.17 kernels. (diff) | |
download | gentoo-2-d94a1a4a0d76f49ccf66748f41cfd4d1abc8de0f.tar.gz gentoo-2-d94a1a4a0d76f49ccf66748f41cfd4d1abc8de0f.tar.bz2 gentoo-2-d94a1a4a0d76f49ccf66748f41cfd4d1abc8de0f.zip |
Stable on x86 wrt bug #138145.
(Portage version: 2.1.1_pre1-r2)
Diffstat (limited to 'sys-devel/automake')
-rw-r--r-- | sys-devel/automake/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/automake/automake-1.9.6-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/automake/ChangeLog b/sys-devel/automake/ChangeLog index d8ad68f8f677..3dd66fdd5bec 100644 --- a/sys-devel/automake/ChangeLog +++ b/sys-devel/automake/ChangeLog @@ -1,6 +1,10 @@ # 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.82 2006/06/27 15:55:04 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.83 2006/06/27 18:11:46 wolf31o2 Exp $ + + 27 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> + automake-1.9.6-r2.ebuild: + Stable on x86 wrt bug #138145. 27 Jun 2006; Fabian Groffen <grobian@gentoo.org> automake-1.9.6-r2.ebuild: Marked ppc-macos stable for progressive users (bug #138145) diff --git a/sys-devel/automake/automake-1.9.6-r2.ebuild b/sys-devel/automake/automake-1.9.6-r2.ebuild index b0e22a7a4bfb..c059238b303a 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.5 2006/06/27 15:55:04 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.9.6-r2.ebuild,v 1.6 2006/06/27 18:11:46 wolf31o2 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 |