diff options
author | 2008-09-21 13:25:45 +0000 | |
---|---|---|
committer | 2008-09-21 13:25:45 +0000 | |
commit | e58e8f9d7a2fa8d87bb58582550a0e2286803da8 (patch) | |
tree | 6d344a4c6ae7bacf95e2f31c424ba91a0e547e1d /sys-devel | |
parent | stable ppc64, bug 238211 (diff) | |
download | gentoo-2-e58e8f9d7a2fa8d87bb58582550a0e2286803da8.tar.gz gentoo-2-e58e8f9d7a2fa8d87bb58582550a0e2286803da8.tar.bz2 gentoo-2-e58e8f9d7a2fa8d87bb58582550a0e2286803da8.zip |
stable ppc64, bug 238206
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/autoconf-wrapper/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/autoconf-wrapper/autoconf-wrapper-5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/autoconf-wrapper/ChangeLog b/sys-devel/autoconf-wrapper/ChangeLog index 2ea511ab270e..4e1ad7b6b43b 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/ChangeLog,v 1.57 2008/09/21 12:38:49 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/ChangeLog,v 1.58 2008/09/21 13:25:45 ranger Exp $ + + 21 Sep 2008; Brent Baude <ranger@gentoo.org> autoconf-wrapper-5.ebuild: + stable ppc64, bug 238206 21 Sep 2008; nixnut <nixnut@gentoo.org> autoconf-wrapper-5.ebuild: Stable on ppc wrt bug 238206 diff --git a/sys-devel/autoconf-wrapper/autoconf-wrapper-5.ebuild b/sys-devel/autoconf-wrapper/autoconf-wrapper-5.ebuild index 143f942b8bde..3c0d79f376b7 100644 --- a/sys-devel/autoconf-wrapper/autoconf-wrapper-5.ebuild +++ b/sys-devel/autoconf-wrapper/autoconf-wrapper-5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/autoconf-wrapper-5.ebuild,v 1.6 2008/09/21 12:38:49 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/autoconf-wrapper-5.ebuild,v 1.7 2008/09/21 13:25:45 ranger 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} |