diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-01-25 16:15:37 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-01-25 16:15:37 -0800 |
commit | 7f153973532b5aef86b7d94c6c7bfd26e7353833 (patch) | |
tree | f7ba234a28ba9c0a84ca8a156ff2651157bf714a | |
parent | toolchain.eclass: use ${GCC_CONFIG_VER} in snapshot, don't mangle ${PV} (diff) | |
download | gentoo-7f153973532b5aef86b7d94c6c7bfd26e7353833.tar.gz gentoo-7f153973532b5aef86b7d94c6c7bfd26e7353833.tar.bz2 gentoo-7f153973532b5aef86b7d94c6c7bfd26e7353833.zip |
profiles/alpha: Add '~alpha' to ACCEPT_KEYWORDS
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r-- | profiles/arch/alpha/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/arch/alpha/make.defaults b/profiles/arch/alpha/make.defaults index 21df1ec3ca08..ea18ceadb135 100644 --- a/profiles/arch/alpha/make.defaults +++ b/profiles/arch/alpha/make.defaults @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 ARCH="alpha" -ACCEPT_KEYWORDS="alpha" +ACCEPT_KEYWORDS="alpha ~alpha"" CHOST="alpha-unknown-linux-gnu" CFLAGS="-O2 -pipe" |