diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-07-22 13:51:13 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-07-22 13:51:13 +0000 |
commit | 617541367d59382ea73f81c25786f61a91d2fd54 (patch) | |
tree | 164d293baa4c2e89a6841a1c092284badea0036c /sys-devel/autoconf/autoconf-2.68.ebuild | |
parent | Stable for HPPA (bug #375771). (diff) | |
download | gentoo-2-617541367d59382ea73f81c25786f61a91d2fd54.tar.gz gentoo-2-617541367d59382ea73f81c25786f61a91d2fd54.tar.bz2 gentoo-2-617541367d59382ea73f81c25786f61a91d2fd54.zip |
Stable for HPPA (bug #372601).
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/autoconf/autoconf-2.68.ebuild')
-rw-r--r-- | sys-devel/autoconf/autoconf-2.68.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/autoconf/autoconf-2.68.ebuild b/sys-devel/autoconf/autoconf-2.68.ebuild index 3398cf13b6a2..5fb75de8142f 100644 --- a/sys-devel/autoconf/autoconf-2.68.ebuild +++ b/sys-devel/autoconf/autoconf-2.68.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.68.ebuild,v 1.8 2011/07/17 11:45:04 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.68.ebuild,v 1.9 2011/07/22 13:51:13 jer Exp $ EAPI="2" @@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then else SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2 ftp://alpha.gnu.org/pub/gnu/${PN}/${P}.tar.bz2" - KEYWORDS="alpha amd64 arm ~hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" + KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" fi DESCRIPTION="Used to create autoconfiguration files" |