diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-12-02 15:50:45 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-12-02 15:53:24 +0300 |
commit | 45ff82de01ee5da91ff0d121f130f57224ebf5c4 (patch) | |
tree | fe71eca1fc2c1d6da13f240c153c66cb799ff902 /sys-libs | |
parent | sys-devel/clang: Add ~arm keyword wrt bug #595834 (diff) | |
download | gentoo-45ff82de01ee5da91ff0d121f130f57224ebf5c4.tar.gz gentoo-45ff82de01ee5da91ff0d121f130f57224ebf5c4.tar.bz2 gentoo-45ff82de01ee5da91ff0d121f130f57224ebf5c4.zip |
sys-libs/libcxx: Add ~arm keyword wrt bug #595834
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libcxx/libcxx-7.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libcxx/libcxx-7.0.0.ebuild b/sys-libs/libcxx/libcxx-7.0.0.ebuild index 790f5dc12210..17b0722d40dc 100644 --- a/sys-libs/libcxx/libcxx-7.0.0.ebuild +++ b/sys-libs/libcxx/libcxx-7.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz" LICENSE="|| ( UoI-NCSA MIT )" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-fbsd" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-fbsd" IUSE="elibc_glibc elibc_musl +libcxxabi libcxxrt +libunwind +static-libs test" REQUIRED_USE="libunwind? ( || ( libcxxabi libcxxrt ) ) ?? ( libcxxabi libcxxrt )" |