diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-23 16:57:52 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-23 16:57:52 +0000 |
commit | 2ed2d3035468b99124733c59e72f3aa6e9f26bcf (patch) | |
tree | d913e7ed7a7f81f764af6e8e2dbbfda948d24011 /sys-devel | |
parent | Stable for ppc64, wrt bug #447744 (diff) | |
download | gentoo-2-2ed2d3035468b99124733c59e72f3aa6e9f26bcf.tar.gz gentoo-2-2ed2d3035468b99124733c59e72f3aa6e9f26bcf.tar.bz2 gentoo-2-2ed2d3035468b99124733c59e72f3aa6e9f26bcf.zip |
Stable for ppc64, wrt bug #447756
(Portage version: 2.1.11.31/cvs/Linux ppc64, 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 1021de35859a..2dacd472d656 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.173 2012/12/22 13:49:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.174 2012/12/23 16:57:52 ago Exp $ + + 23 Dec 2012; Agostino Sarubbo <ago@gentoo.org> autoconf-2.69.ebuild: + Stable for ppc64, wrt bug #447756 22 Dec 2012; Agostino Sarubbo <ago@gentoo.org> autoconf-2.69.ebuild: Stable for ppc, wrt bug #447756 diff --git a/sys-devel/autoconf/autoconf-2.69.ebuild b/sys-devel/autoconf/autoconf-2.69.ebuild index 33ad517d11e1..98e04803a062 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.5 2012/12/22 13:49:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.69.ebuild,v 1.6 2012/12/23 16:57:52 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" |