diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-11-07 20:37:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-11-07 20:37:24 +0000 |
commit | b8d77772f5caa6b176a3d991c850bc4e6a19b6fb (patch) | |
tree | d8b660b6e57d99b1dca1a725f5e99192121b73e9 /sys-devel/crossdev | |
parent | media-gfx/gimp: lcms 2.x (diff) | |
download | historical-b8d77772f5caa6b176a3d991c850bc4e6a19b6fb.tar.gz historical-b8d77772f5caa6b176a3d991c850bc4e6a19b6fb.tar.bz2 historical-b8d77772f5caa6b176a3d991c850bc4e6a19b6fb.zip |
Stabilize for all.
Diffstat (limited to 'sys-devel/crossdev')
-rw-r--r-- | sys-devel/crossdev/crossdev-20131011.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/crossdev/crossdev-20131011.ebuild b/sys-devel/crossdev/crossdev-20131011.ebuild index f84cdd59538f..1ffc48dd57c9 100644 --- a/sys-devel/crossdev/crossdev-20131011.ebuild +++ b/sys-devel/crossdev/crossdev-20131011.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20131011.ebuild,v 1.1 2013/10/11 19:15:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20131011.ebuild,v 1.2 2013/11/07 20:37:24 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 ~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" |