diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-04-04 13:43:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-04-04 14:01:47 +0200 |
commit | 6b76ed0a8f9f9f2972c6532643bd65bc101f2127 (patch) | |
tree | 18added7564038f79cde4f9662034cfab2555291 /sys-libs | |
parent | sys-devel/clang: 5.0.1 tested on ~amd64-fbsd (diff) | |
download | gentoo-6b76ed0a8f9f9f2972c6532643bd65bc101f2127.tar.gz gentoo-6b76ed0a8f9f9f2972c6532643bd65bc101f2127.tar.bz2 gentoo-6b76ed0a8f9f9f2972c6532643bd65bc101f2127.zip |
sys-libs/compiler-rt: 5.0.1 tested on ~amd64-fbsd
Diffstat (limited to 'sys-libs')
-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 76c9139801b1..c6f609d1a897 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 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm64 x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="+clang test" CLANG_SLOT=${SLOT%%.*} |