summaryrefslogtreecommitdiff
path: root/sys-libs/libcxxrt
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-01-26 19:17:43 +0100
committerMichał Górny <mgorny@gentoo.org>2017-03-08 22:30:38 +0100
commit177229a7a25e877835ee6f0dbb9f967da6b707ce (patch)
treed615392dba8a0273c71fc4302cb49f4253f96170 /sys-libs/libcxxrt
parent5c4bde9c1137e0350abb5749f6a03d2cd3995227 (diff)
downloadgentoo-177229a7a25e877835ee6f0dbb9f967da6b707ce.tar.gz
gentoo-177229a7a25e877835ee6f0dbb9f967da6b707ce.tar.xz
sys-libs/libcxxrt: Enable libunwind by default (in live ebuild)
Diffstat (limited to 'sys-libs/libcxxrt')
-rw-r--r--sys-libs/libcxxrt/libcxxrt-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libcxxrt/libcxxrt-9999.ebuild b/sys-libs/libcxxrt/libcxxrt-9999.ebuild
index 718dc77d472..d63a0b3e844 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}] ) )"