diff options
author | Johan Bergström <bugs@bergstroem.nu> | 2016-02-09 08:53:44 +1100 |
---|---|---|
committer | Johan Bergström <bugs@bergstroem.nu> | 2016-02-09 08:53:44 +1100 |
commit | 66973a2eb514ce7bed31ed2799934c80c59c9c34 (patch) | |
tree | 4eb77f5b802e3f9a2edf491e833f49bb7cda2e2c /dev-libs/libucl | |
parent | app-emulation/lxc: Use rm -f (diff) | |
download | gentoo-66973a2eb514ce7bed31ed2799934c80c59c9c34.tar.gz gentoo-66973a2eb514ce7bed31ed2799934c80c59c9c34.tar.bz2 gentoo-66973a2eb514ce7bed31ed2799934c80c59c9c34.zip |
dev-libs/{lib,}ucl: Avoid simultaneous installation
Both libraries opts to use /usr/{include,lib}/libucl* which
leads to a conflict. There unfortunately doesn't seem to be
a resolution upstream; dev-libs/ucl is 12 years old and
dev-libs/libucl has stated that no changes related to this
will occur.
Diffstat (limited to 'dev-libs/libucl')
-rw-r--r-- | dev-libs/libucl/libucl-0.7.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/libucl/libucl-0.7.3.ebuild b/dev-libs/libucl/libucl-0.7.3.ebuild index 585a76baa977..ca66ff3056e4 100644 --- a/dev-libs/libucl/libucl-0.7.3.ebuild +++ b/dev-libs/libucl/libucl-0.7.3.ebuild @@ -14,7 +14,8 @@ SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="lua +regex signatures static-libs urlfetch utils" -DEPEND="lua? ( >=dev-lang/lua-5.1:= ) +DEPEND="!!dev-libs/ucl + lua? ( >=dev-lang/lua-5.1:= ) signatures? ( dev-libs/openssl:0 ) urlfetch? ( net-misc/curl )" RDEPEND="${DEPEND}" |