diff options
author | Michael Weber <xmw@gentoo.org> | 2017-03-04 12:19:59 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-03-04 12:24:11 +0100 |
commit | 280676db34863f8fe38d590943a0d7282cbf5c59 (patch) | |
tree | e886149b81c78c44aaaa52bf1336d83c36ffc2cf /dev-libs/libcxml | |
parent | dev-libs/locked_sstream: Initial import (required by dev-libs/libcxml). (diff) | |
download | gentoo-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.ebuild | 3 |
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" |