sys-libs/libcxxrt: Enable libunwind by default (in live ebuild)
authorMichał Górny <mgorny@gentoo.org>
Thu, 26 Jan 2017 18:17:43 +0000 (19:17 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 8 Mar 2017 21:30:38 +0000 (22:30 +0100)
sys-libs/libcxxrt/libcxxrt-9999.ebuild

index 718dc77d4725533cdbcc24ccc605eb0611e4ee45..d63a0b3e84419bbffc5d3d45b9283c65cbaf21f3 100644 (file)
@@ -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}] ) )"