diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-01-24 19:48:32 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-01-24 20:07:59 +0100 |
commit | e2cf74b57fd59d0ba934f7c424e1da58382582f2 (patch) | |
tree | d7c3f4e7fb24a29167f3adc1124d15581374c743 /sys-devel | |
parent | sys-libs/libomp: Switch 4.0.0rc1 to tarballs, add keywords (diff) | |
download | gentoo-e2cf74b57fd59d0ba934f7c424e1da58382582f2.tar.gz gentoo-e2cf74b57fd59d0ba934f7c424e1da58382582f2.tar.bz2 gentoo-e2cf74b57fd59d0ba934f7c424e1da58382582f2.zip |
sys-devel/clang-runtime: Add keywords
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/clang-runtime/clang-runtime-4.0.0_rc1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/clang-runtime/clang-runtime-4.0.0_rc1.ebuild b/sys-devel/clang-runtime/clang-runtime-4.0.0_rc1.ebuild index d224ca01584b..415437f6aa72 100644 --- a/sys-devel/clang-runtime/clang-runtime-4.0.0_rc1.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-4.0.0_rc1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="" LICENSE="metapackage" SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="+compiler-rt libcxx openmp +sanitize" RDEPEND=" |