diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-01-29 21:58:19 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-01-29 21:58:19 +0000 |
commit | d5941ebf270d65513978ab0dbe9f89aa5a18f675 (patch) | |
tree | 73922a6a45bd70fe654330b84454416da6c437ff /sys-devel/autoconf-wrapper | |
parent | added ~amd64 to KEYWORDS. fixes #79988 (diff) | |
download | gentoo-2-d5941ebf270d65513978ab0dbe9f89aa5a18f675.tar.gz gentoo-2-d5941ebf270d65513978ab0dbe9f89aa5a18f675.tar.bz2 gentoo-2-d5941ebf270d65513978ab0dbe9f89aa5a18f675.zip |
stable on ppc64
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-devel/autoconf-wrapper')
-rw-r--r-- | sys-devel/autoconf-wrapper/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/autoconf-wrapper/autoconf-wrapper-2.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-devel/autoconf-wrapper/ChangeLog b/sys-devel/autoconf-wrapper/ChangeLog index 7ca428b2f7db..d06e945c8f13 100644 --- a/sys-devel/autoconf-wrapper/ChangeLog +++ b/sys-devel/autoconf-wrapper/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/autoconf-wrapper -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/ChangeLog,v 1.4 2004/12/06 04:29:22 vapier Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/ChangeLog,v 1.5 2005/01/29 21:58:19 corsair Exp $ + + 29 Jan 2005; Markus Rothe <corsair@gentoo.org> autoconf-wrapper-2.ebuild: + Stable on ppc64 *autoconf-wrapper-2 (05 Dec 2004) diff --git a/sys-devel/autoconf-wrapper/autoconf-wrapper-2.ebuild b/sys-devel/autoconf-wrapper/autoconf-wrapper-2.ebuild index 44b0ccc8982b..2297a5bc5193 100644 --- a/sys-devel/autoconf-wrapper/autoconf-wrapper-2.ebuild +++ b/sys-devel/autoconf-wrapper/autoconf-wrapper-2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/autoconf-wrapper-2.ebuild,v 1.4 2005/01/28 02:21:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/autoconf-wrapper-2.ebuild,v 1.5 2005/01/29 21:58:19 corsair Exp $ DESCRIPTION="wrapper for autoconf to manage multiple autoconf versions" HOMEPAGE="http://www.gentoo.org/" @@ -8,7 +8,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh ~sparc x86" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 s390 sh ~sparc x86" IUSE="" RDEPEND=">=sys-devel/autoconf-2.59-r6 |