Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcxml/
Date: Sat, 04 Mar 2017 11:24:38
Message-Id: 1488626651.280676db34863f8fe38d590943a0d7282cbf5c59.xmw@gentoo
1 commit: 280676db34863f8fe38d590943a0d7282cbf5c59
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 4 11:19:59 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 4 11:24:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=280676db
7
8 dev-libs/libcxml: Fix dependency on dev-libs/locked_sstream.
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11
12 dev-libs/libcxml/libcxml-0.15.4.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libcxml/libcxml-0.15.4.ebuild b/dev-libs/libcxml/libcxml-0.15.4.ebuild
16 index b61caadfceb..dec46e6de12 100644
17 --- a/dev-libs/libcxml/libcxml-0.15.4.ebuild
18 +++ b/dev-libs/libcxml/libcxml-0.15.4.ebuild
19 @@ -17,7 +17,8 @@ KEYWORDS="~amd64"
20 IUSE=""
21
22 RDEPEND="dev-cpp/libxmlpp:2.6
23 - dev-libs/boost"
24 + dev-libs/boost
25 + dev-libs/locked_sstream"
26 DEPEND="${RDEPEND}
27 dev-util/waf
28 virtual/pkgconfig"