diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-07-29 06:09:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-07-29 06:09:10 +0000 |
commit | a38db395853fe32e468161c958d44b4424ef434b (patch) | |
tree | 75eac07accd26312aedd106dc296997cd3a6d10c /sys-devel/crossdev/crossdev-20140118.ebuild | |
parent | Bump (diff) | |
download | historical-a38db395853fe32e468161c958d44b4424ef434b.tar.gz historical-a38db395853fe32e468161c958d44b4424ef434b.tar.bz2 historical-a38db395853fe32e468161c958d44b4424ef434b.zip |
Stabilize for all.
Diffstat (limited to 'sys-devel/crossdev/crossdev-20140118.ebuild')
-rw-r--r-- | sys-devel/crossdev/crossdev-20140118.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/crossdev/crossdev-20140118.ebuild b/sys-devel/crossdev/crossdev-20140118.ebuild index 0d991cd1ccc3..fed1145eb25f 100644 --- a/sys-devel/crossdev/crossdev-20140118.ebuild +++ b/sys-devel/crossdev/crossdev-20140118.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20140118.ebuild,v 1.1 2014/01/18 19:52:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20140118.ebuild,v 1.2 2014/07/29 06:09:10 vapier Exp $ EAPI="4" @@ -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 ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" fi DESCRIPTION="Gentoo Cross-toolchain generator" |