diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-01-03 15:51:29 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-01-03 15:51:29 +0100 |
commit | 4cdb836e82a32363b4e9cb15d405f6c62f35d6cd (patch) | |
tree | f640a7a01029b64750af391d5035741a3d000a53 /sys-libs/compiler-rt | |
parent | sys-devel/clang-runtime: marked *-macos (diff) | |
download | gentoo-4cdb836e82a32363b4e9cb15d405f6c62f35d6cd.tar.gz gentoo-4cdb836e82a32363b4e9cb15d405f6c62f35d6cd.tar.bz2 gentoo-4cdb836e82a32363b4e9cb15d405f6c62f35d6cd.zip |
sys-libs/compiler-rt: marked *-macos
Package-Manager: Portage-2.3.13, Repoman-2.3.3
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 d60c84ee2d67..020ddaac8475 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" +KEYWORDS="~amd64 ~arm64 ~x86 ~ppc-macos ~x64-macos ~x86-macos" IUSE="+clang test" LLVM_SLOT=${SLOT%%.*} |