summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2016-03-01 17:42:20 +0900
committerBenda Xu <heroxbd@gentoo.org>2016-03-01 17:44:33 +0900
commitd293a5998a742153dc6b0c31facbd48e027171fb (patch)
tree47fbbc6bae5be7effe72126516a2a91eaefde461 /profiles/prefix
parentnet-ftp/filezilla: Removed old. (diff)
downloadgentoo-d293a5998a742153dc6b0c31facbd48e027171fb.tar.gz
gentoo-d293a5998a742153dc6b0c31facbd48e027171fb.tar.bz2
gentoo-d293a5998a742153dc6b0c31facbd48e027171fb.zip
profile/prefix/linux-standalone: use the implicit keyword scheme.
https://archives.gentoo.org/gentoo-alt/message/28aede1511aecfea32ba55af02b94dd2
Diffstat (limited to 'profiles/prefix')
-rw-r--r--profiles/prefix/linux-standalone/amd64/make.defaults3
-rw-r--r--profiles/prefix/linux-standalone/x86/make.defaults3
2 files changed, 2 insertions, 4 deletions
diff --git a/profiles/prefix/linux-standalone/amd64/make.defaults b/profiles/prefix/linux-standalone/amd64/make.defaults
index 88ac25bbc88c..a46fa2e18ce8 100644
--- a/profiles/prefix/linux-standalone/amd64/make.defaults
+++ b/profiles/prefix/linux-standalone/amd64/make.defaults
@@ -4,5 +4,4 @@
ARCH="amd64"
CHOST="x86_64-pc-linux-gnu"
-# The base profile sets ACCEPT_KEYWORDS=amd64 and we don't have that in prefix.
-ACCEPT_KEYWORDS="-amd64 ~amd64-linux"
+ACCEPT_KEYWORDS="~amd64-linux"
diff --git a/profiles/prefix/linux-standalone/x86/make.defaults b/profiles/prefix/linux-standalone/x86/make.defaults
index ffde5d27d838..2915579fadce 100644
--- a/profiles/prefix/linux-standalone/x86/make.defaults
+++ b/profiles/prefix/linux-standalone/x86/make.defaults
@@ -4,5 +4,4 @@
ARCH="x86"
CHOST="i686-pc-linux-gnu"
-# The base profile sets ACCEPT_KEYWORDS=x86 and we don't have that in prefix.
-ACCEPT_KEYWORDS="-x86 ~x86-linux"
+ACCEPT_KEYWORDS="~x86-linux"