diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-01-03 19:23:08 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-01-03 19:23:08 +0000 |
commit | 24d61ba96ba08aa75ea1f9f87480375a5befda5a (patch) | |
tree | 1d2a4b3e7bebd6c2f7dd25e137ddcb8ea9ee9eee /sys-devel/autoconf | |
parent | Stable on ppc wrt bug #159802. (diff) | |
download | gentoo-2-24d61ba96ba08aa75ea1f9f87480375a5befda5a.tar.gz gentoo-2-24d61ba96ba08aa75ea1f9f87480375a5befda5a.tar.bz2 gentoo-2-24d61ba96ba08aa75ea1f9f87480375a5befda5a.zip |
Stable on ppc wrt bug 159416
(Portage version: 2.1.1-r2)
Diffstat (limited to 'sys-devel/autoconf')
-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 dba0a7c0f411..a4583abb742e 100644 --- a/sys-devel/autoconf/ChangeLog +++ b/sys-devel/autoconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/autoconf # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.93 2007/01/03 00:43:15 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.94 2007/01/03 19:23:08 nixnut Exp $ + + 03 Jan 2007; nixnut <nixnut@gentoo.org> autoconf-2.61.ebuild: + Stable on ppc wrt bug 159416 03 Jan 2007; Steve Dibb <beandog@gentoo.org> autoconf-2.61.ebuild: amd64 stable, bug 159416 diff --git a/sys-devel/autoconf/autoconf-2.61.ebuild b/sys-devel/autoconf/autoconf-2.61.ebuild index 7be97aaa9933..fef7ef89c6e0 100644 --- a/sys-devel/autoconf/autoconf-2.61.ebuild +++ b/sys-devel/autoconf/autoconf-2.61.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.7 2007/01/03 00:43:15 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.61.ebuild,v 1.8 2007/01/03 19:23:08 nixnut 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 |