summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2009-12-24 05:40:11 +0000
committerJeremy Olexa <darkside@gentoo.org>2009-12-24 05:40:11 +0000
commitd28572b65905709d20b325ae785290fd338a8998 (patch)
tree1681110d486712a9b226be0a8f3083d17eb92e1c /profiles
parentAdd patch for Aqua on Mac OS X; move prefix keywords from overlay (diff)
downloadgentoo-2-d28572b65905709d20b325ae785290fd338a8998.tar.gz
gentoo-2-d28572b65905709d20b325ae785290fd338a8998.tar.bz2
gentoo-2-d28572b65905709d20b325ae785290fd338a8998.zip
Add ** to ACCEPT_KEYWORDS of arm-linux
Diffstat (limited to 'profiles')
-rw-r--r--profiles/prefix/ChangeLog5
-rw-r--r--profiles/prefix/linux/arm/make.defaults5
2 files changed, 7 insertions, 3 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog
index 8f06a0f1ddb4..af92106590fc 100644
--- a/profiles/prefix/ChangeLog
+++ b/profiles/prefix/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for profiles/prefix
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.125 2009/12/23 21:05:55 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.126 2009/12/24 05:40:10 darkside Exp $
+
+ 24 Dec 2009; Jeremy Olexa <darkside@gentoo.org> linux/arm/make.defaults:
+ Add ** to ACCEPT_KEYWORDS of arm-linux
23 Dec 2009; Jeremy Olexa <darkside@gentoo.org> linux/arm/make.defaults:
Set a PORTAGE_BINHOST for arm-linux
diff --git a/profiles/prefix/linux/arm/make.defaults b/profiles/prefix/linux/arm/make.defaults
index ed5c4d7e0841..6484c8630558 100644
--- a/profiles/prefix/linux/arm/make.defaults
+++ b/profiles/prefix/linux/arm/make.defaults
@@ -1,12 +1,13 @@
# Copyright 1999-2009 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.2 2009/12/23 21:05:56 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/arm/make.defaults,v 1.3 2009/12/24 05:40:11 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.
-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"