diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-01-03 00:43:15 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-01-03 00:43:15 +0000 |
commit | 95b39adbb6c8679de33782742984fae41be0f099 (patch) | |
tree | cff28b52a0add7e64b165b9425e20496bcc3e2f7 /sys-devel/autoconf | |
parent | Bug #159188 (diff) | |
download | historical-95b39adbb6c8679de33782742984fae41be0f099.tar.gz historical-95b39adbb6c8679de33782742984fae41be0f099.tar.bz2 historical-95b39adbb6c8679de33782742984fae41be0f099.zip |
amd64 stable, bug 159416
Package-Manager: portage-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 e60b7c4e8eb0..dba0a7c0f411 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.92 2007/01/02 13:48:17 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.93 2007/01/03 00:43:15 beandog Exp $ + + 03 Jan 2007; Steve Dibb <beandog@gentoo.org> autoconf-2.61.ebuild: + amd64 stable, bug 159416 02 Jan 2007; Gustavo Zacarias <gustavoz@gentoo.org> autoconf-2.61.ebuild: Stable on sparc wrt #159416 diff --git a/sys-devel/autoconf/autoconf-2.61.ebuild b/sys-devel/autoconf/autoconf-2.61.ebuild index a0611c871b69..7be97aaa9933 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.6 2007/01/02 13:48:17 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.61.ebuild,v 1.7 2007/01/03 00:43:15 beandog 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 |