diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2012-03-09 13:29:05 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2012-03-09 13:29:05 +0000 |
commit | cb62264e644f9765b7cb07372ef92be3ced7f796 (patch) | |
tree | 6329cf8281c1fe20f447634035080a9753b22600 /profiles/prefix/linux | |
parent | Version bump wrt #407519 by Agostino Sarubbo (diff) | |
download | gentoo-2-cb62264e644f9765b7cb07372ef92be3ced7f796.tar.gz gentoo-2-cb62264e644f9765b7cb07372ef92be3ced7f796.tar.bz2 gentoo-2-cb62264e644f9765b7cb07372ef92be3ced7f796.zip |
Don't set ACCEPT_KEYWORDS to **, use ~*. bug 407499
Diffstat (limited to 'profiles/prefix/linux')
-rw-r--r-- | profiles/prefix/linux/arm/make.defaults | 8 | ||||
-rw-r--r-- | profiles/prefix/linux/ppc64/make.defaults | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/profiles/prefix/linux/arm/make.defaults b/profiles/prefix/linux/arm/make.defaults index 6484c8630558..332118d7dcaa 100644 --- a/profiles/prefix/linux/arm/make.defaults +++ b/profiles/prefix/linux/arm/make.defaults @@ -1,13 +1,13 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/arm/make.defaults,v 1.3 2009/12/24 05:40:11 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/arm/make.defaults,v 1.4 2012/03/09 13:29:05 darkside Exp $ ARCH="arm" # This is a pretty specific profile to the armv7 arch, we can change that later CHOST="armv7a-softfloat-linux-gnueabi" # The base profile sets ACCEPT_KEYWORDS=arm and we don't have that in prefix. -# Eventually, ** should be removed once someone is motivated for this arch -ACCEPT_KEYWORDS="-arm ~arm-linux **" +# Eventually, ~* should be removed once someone is motivated for this arch +ACCEPT_KEYWORDS="-arm ~arm-linux ~*" # Set a BINHOST for consumers of this profile, if people want to use it. PORTAGE_BINHOST="http://tinderbox.jolexa.net/arm-linux_armv7" diff --git a/profiles/prefix/linux/ppc64/make.defaults b/profiles/prefix/linux/ppc64/make.defaults index 8a68d4dd816f..6a5e63bcffff 100644 --- a/profiles/prefix/linux/ppc64/make.defaults +++ b/profiles/prefix/linux/ppc64/make.defaults @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/ppc64/make.defaults,v 1.1 2012/03/06 23:38:09 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/ppc64/make.defaults,v 1.2 2012/03/09 13:29:05 darkside Exp $ ARCH="ppc64" CHOST="powerpc64-pc-linux-gnu" # The base profile sets ACCEPT_KEYWORDS=ppc64 and we don't have that in prefix. -# Eventually, ** should be removed once someone is motivated for this arch -ACCEPT_KEYWORDS="-ppc64 ~ppc64-linux **" +# Eventually, ~* should be removed once someone is motivated for this arch +ACCEPT_KEYWORDS="-ppc64 ~ppc64-linux ~*" # We don't have lib64 in prefix so, remove it here. SYMLINK_LIB="" |