diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-09-19 23:16:49 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-09-19 23:16:49 +0300 |
commit | 834c072ceb33940de35f0e1166fd72aa1390ddd4 (patch) | |
tree | 8329bbfd4bffd824ab384dbad60780f4088d79f2 /sys-libs | |
parent | sys-devel/clang: Stabilize 10.0.1 amd64, #742974 (diff) | |
download | gentoo-834c072ceb33940de35f0e1166fd72aa1390ddd4.tar.gz gentoo-834c072ceb33940de35f0e1166fd72aa1390ddd4.tar.bz2 gentoo-834c072ceb33940de35f0e1166fd72aa1390ddd4.zip |
sys-libs/libcxx: Stabilize 10.0.1 amd64, #742974
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libcxx/libcxx-10.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libcxx/libcxx-10.0.1.ebuild b/sys-libs/libcxx/libcxx-10.0.1.ebuild index f933ab2e515f..8abe7110e4f4 100644 --- a/sys-libs/libcxx/libcxx-10.0.1.ebuild +++ b/sys-libs/libcxx/libcxx-10.0.1.ebuild @@ -14,7 +14,7 @@ llvm.org_set_globals LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="elibc_glibc elibc_musl +libcxxabi +libunwind +static-libs test" REQUIRED_USE="libunwind? ( libcxxabi )" RESTRICT="!test? ( test )" |