profile/prefix/linux-standalone: use the implicit keyword scheme.
authorBenda Xu <heroxbd@gentoo.org>
Tue, 1 Mar 2016 08:42:20 +0000 (17:42 +0900)
committerBenda Xu <heroxbd@gentoo.org>
Tue, 1 Mar 2016 08:44:33 +0000 (17:44 +0900)
https://archives.gentoo.org/gentoo-alt/message/28aede1511aecfea32ba55af02b94dd2

profiles/prefix/linux-standalone/amd64/make.defaults
profiles/prefix/linux-standalone/x86/make.defaults

index 88ac25bbc88c03adbe63b91f3f21faeb353d0d0d..a46fa2e18ce8bde85c27a3feeb94b2824d141bbc 100644 (file)
@@ -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"
index ffde5d27d838e4eb37ca535ca2ad351c3026c0cb..2915579fadcefd18b1263c7685acab0fe6545d08 100644 (file)
@@ -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"