diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-06-08 09:51:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-06-08 10:03:36 +0200 |
commit | c1bf3a93411ebdd36b7f0914b4b068ed6567c1fb (patch) | |
tree | 259ca294f6e0a45d5b0135548ae2a042ebb6aae6 /sys-libs | |
parent | sys-devel/clang: Keyword 5.0.2 and 6.0.0-r1 ~ppc64 (diff) | |
download | gentoo-c1bf3a93411ebdd36b7f0914b4b068ed6567c1fb.tar.gz gentoo-c1bf3a93411ebdd36b7f0914b4b068ed6567c1fb.tar.bz2 gentoo-c1bf3a93411ebdd36b7f0914b4b068ed6567c1fb.zip |
sys-libs/compiler-rt: Keyword 5.0.2 and 6.0.0 ~ppc64
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-5.0.2.ebuild | 2 | ||||
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-6.0.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-5.0.2.ebuild b/sys-libs/compiler-rt/compiler-rt-5.0.2.ebuild index c6f609d1a897..8d53cbd955ee 100644 --- a/sys-libs/compiler-rt/compiler-rt-5.0.2.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-5.0.2.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-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="+clang test" CLANG_SLOT=${SLOT%%.*} 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 5292e752c063..31d4c6152204 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 ~arm64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="+clang test" RESTRICT="!test? ( test ) !clang? ( test )" |