diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-02-02 10:03:33 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-02-02 10:05:33 +0100 |
commit | 8b95011e51d25f1f0ab7b8ca077c936e01536468 (patch) | |
tree | 882c7ea3f35ee9da937ac4576899a08bf1f201ae /sys-libs/compiler-rt | |
parent | sys-devel/clang-runtime: marked ~amd64-linux (diff) | |
download | gentoo-8b95011e51d25f1f0ab7b8ca077c936e01536468.tar.gz gentoo-8b95011e51d25f1f0ab7b8ca077c936e01536468.tar.bz2 gentoo-8b95011e51d25f1f0ab7b8ca077c936e01536468.zip |
sys-libs/compiler-rt: marked ~amd64-linux
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sys-libs/compiler-rt')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-5.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-5.0.1.ebuild b/sys-libs/compiler-rt/compiler-rt-5.0.1.ebuild index 5218e6b35009..6efc90216769 100644 --- a/sys-libs/compiler-rt/compiler-rt-5.0.1.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-5.0.1.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz" LICENSE="|| ( UoI-NCSA MIT )" SLOT="${PV%_*}" -KEYWORDS="amd64 ~arm64 x86 ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="+clang test" LLVM_SLOT=${SLOT%%.*} |