diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-11-01 20:13:22 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-11-01 20:13:22 +0000 |
commit | 50a0a96c4a7bf76a89300d3aed002d01176b9e64 (patch) | |
tree | dd5c5e512f5bf9400eaed3a80f5a98489d3c6caf /sys-devel | |
parent | Stable on amd64/x86 wrt bug #144467. (diff) | |
download | gentoo-2-50a0a96c4a7bf76a89300d3aed002d01176b9e64.tar.gz gentoo-2-50a0a96c4a7bf76a89300d3aed002d01176b9e64.tar.bz2 gentoo-2-50a0a96c4a7bf76a89300d3aed002d01176b9e64.zip |
Stable on amd64/x86 wrt bug #144467.
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/autoconf/ChangeLog | 8 | ||||
-rw-r--r-- | sys-devel/autoconf/autoconf-2.60.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-devel/autoconf/ChangeLog b/sys-devel/autoconf/ChangeLog index 928388aefb92..4bbb2af70baa 100644 --- a/sys-devel/autoconf/ChangeLog +++ b/sys-devel/autoconf/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-devel/autoconf # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.81 2006/10/18 09:25:39 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.82 2006/11/01 20:13:22 wolf31o2 Exp $ + + 01 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org> autoconf-2.60.ebuild: + Stable on amd64/x86 wrt bug #144467. + + 01 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org> autoconf-2.60.ebuild: + Stable on amd64/x86 wrt bug #144467. 18 Oct 2006; Roy Marples <uberlord@gentoo.org> autoconf-2.13.ebuild, autoconf-2.59-r7.ebuild: diff --git a/sys-devel/autoconf/autoconf-2.60.ebuild b/sys-devel/autoconf/autoconf-2.60.ebuild index 13c8d810b932..69c6fd9b526d 100644 --- a/sys-devel/autoconf/autoconf-2.60.ebuild +++ b/sys-devel/autoconf/autoconf-2.60.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/autoconf/autoconf-2.60.ebuild,v 1.6 2006/10/17 06:36:10 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.60.ebuild,v 1.7 2006/11/01 20:13:22 wolf31o2 Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="2.5" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="emacs" DEPEND=">=sys-apps/texinfo-4.3 |