projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c4bde9
)
sys-libs/libcxxrt: Enable libunwind by default (in live ebuild)
author
Michał Górny
<mgorny@gentoo.org>
Thu, 26 Jan 2017 18:17:43 +0000
(19:17 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Wed, 8 Mar 2017 21:30:38 +0000
(22:30 +0100)
sys-libs/libcxxrt/libcxxrt-9999.ebuild
patch
|
blob
|
history
diff --git
a/sys-libs/libcxxrt/libcxxrt-9999.ebuild
b/sys-libs/libcxxrt/libcxxrt-9999.ebuild
index 718dc77d4725533cdbcc24ccc605eb0611e4ee45..d63a0b3e84419bbffc5d3d45b9283c65cbaf21f3 100644
(file)
--- a/
sys-libs/libcxxrt/libcxxrt-9999.ebuild
+++ b/
sys-libs/libcxxrt/libcxxrt-9999.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
6
Gentoo Foundation
+# Copyright 1999-201
7
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}] ) )"