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 | 58b432f3a56fe9ff749b9700a7371628bc647b09 (patch) | |
tree | 4c606a6679de4a6559e1462679b11110ae04ed86 /profiles | |
parent | Version bump wrt #407519 by Agostino Sarubbo (diff) | |
download | historical-58b432f3a56fe9ff749b9700a7371628bc647b09.tar.gz historical-58b432f3a56fe9ff749b9700a7371628bc647b09.tar.bz2 historical-58b432f3a56fe9ff749b9700a7371628bc647b09.zip |
Don't set ACCEPT_KEYWORDS to **, use ~*. bug 407499
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/prefix/linux/arm/make.defaults | 8 | ||||
-rw-r--r-- | profiles/prefix/linux/ppc64/make.defaults | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog index 143d815ca807..75f43cf0e293 100644 --- a/profiles/prefix/ChangeLog +++ b/profiles/prefix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for profiles/prefix # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.332 2012/03/06 23:38:09 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.333 2012/03/09 13:29:05 darkside Exp $ + + 09 Mar 2012; Jeremy Olexa <darkside@gentoo.org> linux/arm/make.defaults, + linux/ppc64/make.defaults: + Don't set ACCEPT_KEYWORDS to **, use ~*. bug 407499 06 Mar 2012; Jeremy Olexa <darkside@gentoo.org> +linux/ppc64/make.defaults, +linux/ppc64/packages, +linux/ppc64/parent: 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="" |