diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-19 22:49:10 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-19 22:49:10 +0000 |
commit | 745d370f4e9c386617e3a4b4d6a8a15f02192824 (patch) | |
tree | 9252bfc308383a10c7c3b58d8e3cf16ce3019464 /sys-devel | |
parent | Stable for amd64, wrt bug #447674 (diff) | |
download | gentoo-2-745d370f4e9c386617e3a4b4d6a8a15f02192824.tar.gz gentoo-2-745d370f4e9c386617e3a4b4d6a8a15f02192824.tar.bz2 gentoo-2-745d370f4e9c386617e3a4b4d6a8a15f02192824.zip |
Stable for amd64, wrt bug #447756
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/autoconf/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/autoconf/autoconf-2.69.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/autoconf/ChangeLog b/sys-devel/autoconf/ChangeLog index a33d6312474f..2c0a773a4f8f 100644 --- a/sys-devel/autoconf/ChangeLog +++ b/sys-devel/autoconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/autoconf # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.171 2012/12/03 05:30:31 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.172 2012/12/19 22:49:10 ago Exp $ + + 19 Dec 2012; Agostino Sarubbo <ago@gentoo.org> autoconf-2.69.ebuild: + Stable for amd64, wrt bug #447756 03 Dec 2012; Robin H. Johnson <robbat2@gentoo.org> autoconf-2.69.ebuild: With m4-1.4.14-r1, autoconf does not configure properly due to this upstream diff --git a/sys-devel/autoconf/autoconf-2.69.ebuild b/sys-devel/autoconf/autoconf-2.69.ebuild index c72c13708e1b..ec19036ca7e0 100644 --- a/sys-devel/autoconf/autoconf-2.69.ebuild +++ b/sys-devel/autoconf/autoconf-2.69.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.69.ebuild,v 1.3 2012/12/03 05:30:31 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.69.ebuild,v 1.4 2012/12/19 22:49:10 ago Exp $ EAPI="3" @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then else SRC_URI="mirror://gnu/${PN}/${P}.tar.xz ftp://alpha.gnu.org/pub/gnu/${PN}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" + KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" fi DESCRIPTION="Used to create autoconfiguration files" |