diff options
author | 2011-07-02 15:14:12 +0000 | |
---|---|---|
committer | 2011-07-02 15:14:12 +0000 | |
commit | 6a705d63eaca61a4b7bff339ce28a4942e602bcc (patch) | |
tree | ba8e0bdd93a664e55b06e076ebe1a7c5da5b8152 /sys-devel/autoconf/autoconf-2.67.ebuild | |
parent | Stable on amd64 wrt bug #369805 (diff) | |
download | historical-6a705d63eaca61a4b7bff339ce28a4942e602bcc.tar.gz historical-6a705d63eaca61a4b7bff339ce28a4942e602bcc.tar.bz2 historical-6a705d63eaca61a4b7bff339ce28a4942e602bcc.zip |
Stable on amd64 wrt bug #372601
Package-Manager: portage-2.2.0_alpha42/cvs/Linux x86_64
Diffstat (limited to 'sys-devel/autoconf/autoconf-2.67.ebuild')
-rw-r--r-- | sys-devel/autoconf/autoconf-2.67.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/autoconf/autoconf-2.67.ebuild b/sys-devel/autoconf/autoconf-2.67.ebuild index 45040552a99d..8cabeb6ba138 100644 --- a/sys-devel/autoconf/autoconf-2.67.ebuild +++ b/sys-devel/autoconf/autoconf-2.67.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.67.ebuild,v 1.6 2011/06/26 11:59:00 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.67.ebuild,v 1.7 2011/07/02 15:14:12 hwoarang 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" |