diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-01-26 19:17:43 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-03-08 22:30:38 +0100 |
commit | 177229a7a25e877835ee6f0dbb9f967da6b707ce (patch) | |
tree | d615392dba8a0273c71fc4302cb49f4253f96170 /sys-libs | |
parent | sys-libs/libcxxabi: Enable libunwind by default (diff) | |
download | gentoo-177229a7a25e877835ee6f0dbb9f967da6b707ce.tar.gz gentoo-177229a7a25e877835ee6f0dbb9f967da6b707ce.tar.bz2 gentoo-177229a7a25e877835ee6f0dbb9f967da6b707ce.zip |
sys-libs/libcxxrt: Enable libunwind by default (in live ebuild)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libcxxrt/libcxxrt-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libcxxrt/libcxxrt-9999.ebuild b/sys-libs/libcxxrt/libcxxrt-9999.ebuild index 718dc77d4725..d63a0b3e8441 100644 --- a/sys-libs/libcxxrt/libcxxrt-9999.ebuild +++ b/sys-libs/libcxxrt/libcxxrt-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -25,7 +25,7 @@ if [ "${PV%9999}" = "${PV}" ] ; then else KEYWORDS="" fi -IUSE="libunwind +static-libs" +IUSE="+libunwind +static-libs" RDEPEND="libunwind? ( || ( >=sys-libs/libunwind-1.0.1-r1[static-libs?,${MULTILIB_USEDEP}] sys-libs/llvm-libunwind[static-libs?,${MULTILIB_USEDEP}] ) )" |