summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2017-03-04 12:19:59 +0100
committerMichael Weber <xmw@gentoo.org>2017-03-04 12:24:11 +0100
commit280676db34863f8fe38d590943a0d7282cbf5c59 (patch)
treee886149b81c78c44aaaa52bf1336d83c36ffc2cf /dev-libs/libcxml
parentdev-libs/locked_sstream: Initial import (required by dev-libs/libcxml). (diff)
downloadgentoo-280676db34863f8fe38d590943a0d7282cbf5c59.tar.gz
gentoo-280676db34863f8fe38d590943a0d7282cbf5c59.tar.bz2
gentoo-280676db34863f8fe38d590943a0d7282cbf5c59.zip
dev-libs/libcxml: Fix dependency on dev-libs/locked_sstream.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-libs/libcxml')
-rw-r--r--dev-libs/libcxml/libcxml-0.15.4.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/libcxml/libcxml-0.15.4.ebuild b/dev-libs/libcxml/libcxml-0.15.4.ebuild
index b61caadfceb5..dec46e6de12e 100644
--- a/dev-libs/libcxml/libcxml-0.15.4.ebuild
+++ b/dev-libs/libcxml/libcxml-0.15.4.ebuild
@@ -17,7 +17,8 @@ KEYWORDS="~amd64"
IUSE=""
RDEPEND="dev-cpp/libxmlpp:2.6
- dev-libs/boost"
+ dev-libs/boost
+ dev-libs/locked_sstream"
DEPEND="${RDEPEND}
dev-util/waf
virtual/pkgconfig"