diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-11 19:11:51 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-11 19:19:28 +0100 |
commit | cff674ff9476597ccee6a05d3ae8ec3a04f14468 (patch) | |
tree | 351a8970d33d40c3d0079dbaba04cf92c9a2da6f /sys-libs | |
parent | dev-python/clang-python: 6.0.0 tested on ~amd64-fbsd (diff) | |
download | gentoo-cff674ff9476597ccee6a05d3ae8ec3a04f14468.tar.gz gentoo-cff674ff9476597ccee6a05d3ae8ec3a04f14468.tar.bz2 gentoo-cff674ff9476597ccee6a05d3ae8ec3a04f14468.zip |
sys-libs/compiler-rt: 6.0.0 tested on ~amd64-fbsd
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-6.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-6.0.0.ebuild b/sys-libs/compiler-rt/compiler-rt-6.0.0.ebuild index 3e2c58532f58..c542741b8425 100644 --- a/sys-libs/compiler-rt/compiler-rt-6.0.0.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-6.0.0.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz" LICENSE="|| ( UoI-NCSA MIT )" SLOT="${PV%_*}" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="+clang test" RESTRICT="!test? ( test ) !clang? ( test )" |