diff options
author | Markus Meier <maekke@gentoo.org> | 2009-01-04 02:24:57 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-01-04 02:24:57 +0000 |
commit | 0dd8af09d87bf3c5f4b66cd739c9132f90342c94 (patch) | |
tree | 952d0dcd13b13b39b441a0372d0b1edf94ea1b54 /sys-devel | |
parent | use EAPI=2 (diff) | |
download | gentoo-2-0dd8af09d87bf3c5f4b66cd739c9132f90342c94.tar.gz gentoo-2-0dd8af09d87bf3c5f4b66cd739c9132f90342c94.tar.bz2 gentoo-2-0dd8af09d87bf3c5f4b66cd739c9132f90342c94.zip |
amd64/x86 stable, bug #245067
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.10 x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/autoconf-wrapper/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/autoconf-wrapper/autoconf-wrapper-6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/autoconf-wrapper/ChangeLog b/sys-devel/autoconf-wrapper/ChangeLog index f41b301e8693..3c7418059b8b 100644 --- a/sys-devel/autoconf-wrapper/ChangeLog +++ b/sys-devel/autoconf-wrapper/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/autoconf-wrapper # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/ChangeLog,v 1.62 2009/01/03 14:24:37 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/ChangeLog,v 1.63 2009/01/04 02:24:57 maekke Exp $ + + 04 Jan 2009; Markus Meier <maekke@gentoo.org> autoconf-wrapper-6.ebuild: + amd64/x86 stable, bug #245067 03 Jan 2009; nixnut <nixnut@gentoo.org> autoconf-wrapper-6.ebuild: ppc stable #245067 diff --git a/sys-devel/autoconf-wrapper/autoconf-wrapper-6.ebuild b/sys-devel/autoconf-wrapper/autoconf-wrapper-6.ebuild index 558e7ab233b1..e0f62cd1fcff 100644 --- a/sys-devel/autoconf-wrapper/autoconf-wrapper-6.ebuild +++ b/sys-devel/autoconf-wrapper/autoconf-wrapper-6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/autoconf-wrapper-6.ebuild,v 1.5 2009/01/03 14:24:37 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/autoconf-wrapper-6.ebuild,v 1.6 2009/01/04 02:24:57 maekke Exp $ inherit multilib @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -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="" S=${WORKDIR} |