diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-02-07 06:51:40 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-02-07 06:56:42 +0000 |
commit | 7efebd7f39451b58ea044854552699b798e747e1 (patch) | |
tree | ce72ee7fa1d3bbf14c6398b56b3ea91f6530486c /sys-libs/libcxxabi/libcxxabi-12.0.0.9999.ebuild | |
parent | sys-libs/llvm-libunwind: disable USE=static-libs by default (diff) | |
download | gentoo-7efebd7f39451b58ea044854552699b798e747e1.tar.gz gentoo-7efebd7f39451b58ea044854552699b798e747e1.tar.bz2 gentoo-7efebd7f39451b58ea044854552699b798e747e1.zip |
sys-libs/libcxxabi: disable USE=static-libs by default
Bug: https://bugs.gentoo.org/760504
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-libs/libcxxabi/libcxxabi-12.0.0.9999.ebuild')
-rw-r--r-- | sys-libs/libcxxabi/libcxxabi-12.0.0.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libcxxabi/libcxxabi-12.0.0.9999.ebuild b/sys-libs/libcxxabi/libcxxabi-12.0.0.9999.ebuild index fdb1d198e853..8c24d9691115 100644 --- a/sys-libs/libcxxabi/libcxxabi-12.0.0.9999.ebuild +++ b/sys-libs/libcxxabi/libcxxabi-12.0.0.9999.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://libcxxabi.llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0" KEYWORDS="" -IUSE="+libunwind +static-libs test elibc_musl" +IUSE="+libunwind static-libs test elibc_musl" RESTRICT="!test? ( test )" RDEPEND=" |