diff options
author | Raúl Porcel <armin76@gentoo.org> | 2013-01-01 19:14:07 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2013-01-01 19:14:07 +0000 |
commit | 4da92741f57d8c31fe7f7d2db76fe0080391e940 (patch) | |
tree | 78608cfc39d53e054e920ce094fc2475bd50f4ec /sys-devel | |
parent | s390/sh stable wrt #445564 (diff) | |
download | gentoo-2-4da92741f57d8c31fe7f7d2db76fe0080391e940.tar.gz gentoo-2-4da92741f57d8c31fe7f7d2db76fe0080391e940.tar.bz2 gentoo-2-4da92741f57d8c31fe7f7d2db76fe0080391e940.zip |
m68k/s390/sh stable wrt #447756
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF6AD3240)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/autoconf/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/autoconf/autoconf-2.69.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-devel/autoconf/ChangeLog b/sys-devel/autoconf/ChangeLog index d618824a6b6b..46acbf75846f 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.180 2012/12/30 20:22:48 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.181 2013/01/01 19:14:07 armin76 Exp $ + + 01 Jan 2013; Raúl Porcel <armin76@gentoo.org> autoconf-2.69.ebuild: + m68k/s390/sh stable wrt #447756 30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> autoconf-2.69.ebuild: Stable for alpha, wrt bug #447756 diff --git a/sys-devel/autoconf/autoconf-2.69.ebuild b/sys-devel/autoconf/autoconf-2.69.ebuild index 176be8552ac4..c04c7df08b95 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 +# Copyright 1999-2013 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.12 2012/12/30 20:22:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.69.ebuild,v 1.13 2013/01/01 19:14:07 armin76 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" |