diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-02-14 20:27:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-02-14 20:27:47 +0000 |
commit | 4b8a1f6725ba09646a93c95b281d312f10890fa1 (patch) | |
tree | c8720c8aa1acd1a658c17b72c7f2691061aad4b5 /sys-devel/crossdev/crossdev-20111221.ebuild | |
parent | Version bump, with official tarball now (diff) | |
download | historical-4b8a1f6725ba09646a93c95b281d312f10890fa1.tar.gz historical-4b8a1f6725ba09646a93c95b281d312f10890fa1.tar.bz2 historical-4b8a1f6725ba09646a93c95b281d312f10890fa1.zip |
Stabilize for all.
Diffstat (limited to 'sys-devel/crossdev/crossdev-20111221.ebuild')
-rw-r--r-- | sys-devel/crossdev/crossdev-20111221.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/crossdev/crossdev-20111221.ebuild b/sys-devel/crossdev/crossdev-20111221.ebuild index affd2489949b..7a0d82cf7ffe 100644 --- a/sys-devel/crossdev/crossdev-20111221.ebuild +++ b/sys-devel/crossdev/crossdev-20111221.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20111221.ebuild,v 1.1 2011/12/21 21:07:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20111221.ebuild,v 1.2 2012/02/14 20:27:47 vapier Exp $ EAPI="3" @@ -12,7 +12,7 @@ if [[ ${PV} == "99999999" ]] ; then else SRC_URI="mirror://gentoo/${P}.tar.xz http://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" + KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" fi DESCRIPTION="Gentoo Cross-toolchain generator" |