Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxxrt/
Date: Wed, 08 Mar 2017 21:30:49
Message-Id: 1489008638.177229a7a25e877835ee6f0dbb9f967da6b707ce.mgorny@gentoo
1 commit: 177229a7a25e877835ee6f0dbb9f967da6b707ce
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 26 18:17:43 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 8 21:30:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=177229a7
7
8 sys-libs/libcxxrt: Enable libunwind by default (in live ebuild)
9
10 sys-libs/libcxxrt/libcxxrt-9999.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/sys-libs/libcxxrt/libcxxrt-9999.ebuild b/sys-libs/libcxxrt/libcxxrt-9999.ebuild
14 index 718dc77d472..d63a0b3e844 100644
15 --- a/sys-libs/libcxxrt/libcxxrt-9999.ebuild
16 +++ b/sys-libs/libcxxrt/libcxxrt-9999.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -25,7 +25,7 @@ if [ "${PV%9999}" = "${PV}" ] ; then
24 else
25 KEYWORDS=""
26 fi
27 -IUSE="libunwind +static-libs"
28 +IUSE="+libunwind +static-libs"
29
30 RDEPEND="libunwind? ( || ( >=sys-libs/libunwind-1.0.1-r1[static-libs?,${MULTILIB_USEDEP}]
31 sys-libs/llvm-libunwind[static-libs?,${MULTILIB_USEDEP}] ) )"