diff options
author | 2011-12-21 21:04:46 +0000 | |
---|---|---|
committer | 2011-12-21 21:04:46 +0000 | |
commit | 2f3c9a2463f3594e4ee2860f61202c5b87059d48 (patch) | |
tree | cd52041ed618ba524952537ab93fafac5135a8a5 /sys-devel/crossdev/crossdev-20111118.ebuild | |
parent | Use more common code from toolchain-binutils.eclass. (diff) | |
download | gentoo-2-2f3c9a2463f3594e4ee2860f61202c5b87059d48.tar.gz gentoo-2-2f3c9a2463f3594e4ee2860f61202c5b87059d48.tar.bz2 gentoo-2-2f3c9a2463f3594e4ee2860f61202c5b87059d48.zip |
Mark stable for gcc cxx/nocxx changes #394665 by Andrey Hippo.
Diffstat (limited to 'sys-devel/crossdev/crossdev-20111118.ebuild')
-rw-r--r-- | sys-devel/crossdev/crossdev-20111118.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/crossdev/crossdev-20111118.ebuild b/sys-devel/crossdev/crossdev-20111118.ebuild index c6ec5c864422..0ad68df4c110 100644 --- a/sys-devel/crossdev/crossdev-20111118.ebuild +++ b/sys-devel/crossdev/crossdev-20111118.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/crossdev/crossdev-20111118.ebuild,v 1.1 2011/11/18 20:54:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20111118.ebuild,v 1.2 2011/12/21 21:04:46 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" |