diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-12-30 15:02:52 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-12-30 15:02:52 +0000 |
commit | 5a4d1461d74f8e8b37b78210d6933079ec376c3d (patch) | |
tree | 1a27e95bc025f74de2d28d23866a560277243655 /sys-devel | |
parent | Stable on Alpha, bug 159416. (diff) | |
download | gentoo-2-5a4d1461d74f8e8b37b78210d6933079ec376c3d.tar.gz gentoo-2-5a4d1461d74f8e8b37b78210d6933079ec376c3d.tar.bz2 gentoo-2-5a4d1461d74f8e8b37b78210d6933079ec376c3d.zip |
Stable on Alpha, bug 159416.
(Portage version: 2.1.2_rc4-r2)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/autoconf/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/autoconf/autoconf-2.61.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/autoconf/ChangeLog b/sys-devel/autoconf/ChangeLog index 8f37b3b055a8..7c62607e7e25 100644 --- a/sys-devel/autoconf/ChangeLog +++ b/sys-devel/autoconf/ChangeLog @@ -1,6 +1,9 @@ # 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.88 2006/11/24 16:26:29 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.89 2006/12/30 15:02:52 kloeri Exp $ + + 30 Dec 2006; Bryan Østergaard <kloeri@gentoo.org> autoconf-2.61.ebuild: + Stable on Alpha, bug 159416. 24 Nov 2006; Markus Rothe <corsair@gentoo.org> autoconf-2.60.ebuild: Stable on ppc64; bug #144467 diff --git a/sys-devel/autoconf/autoconf-2.61.ebuild b/sys-devel/autoconf/autoconf-2.61.ebuild index 91bd5c00c7a0..f79f24edde07 100644 --- a/sys-devel/autoconf/autoconf-2.61.ebuild +++ b/sys-devel/autoconf/autoconf-2.61.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.61.ebuild,v 1.2 2006/12/29 22:01:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.61.ebuild,v 1.3 2006/12/30 15:02:52 kloeri Exp $ DESCRIPTION="Used to create autoconfiguration files" HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html" @@ -8,7 +8,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="2.5" -KEYWORDS="~alpha ~amd64 arm ~hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 arm ~hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="emacs" DEPEND=">=sys-apps/texinfo-4.3 |