From: Alon Bar-Lev Date: Wed, 4 Oct 2017 07:41:01 +0000 (+0300) Subject: net-misc/kea: use slotted botan X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fd2d7445840c60526bef1eeb950ded87fd347164;p=gentoo.git net-misc/kea: use slotted botan Package-Manager: Portage-2.3.8, Repoman-2.3.1 --- diff --git a/net-misc/kea/kea-1.1.0.ebuild b/net-misc/kea/kea-1.1.0.ebuild index e7e925ce37d7..21512a24568c 100644 --- a/net-misc/kea/kea-1.1.0.ebuild +++ b/net-misc/kea/kea-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -23,7 +23,7 @@ IUSE="" DEPEND=" dev-cpp/gtest dev-libs/boost - dev-libs/botan + dev-libs/botan:0 dev-libs/log4cplus " RDEPEND="${DEPEND}" diff --git a/net-misc/kea/kea-1.2.0-r1.ebuild b/net-misc/kea/kea-1.2.0-r1.ebuild index 994aa39c6e42..3000688d7291 100644 --- a/net-misc/kea/kea-1.2.0-r1.ebuild +++ b/net-misc/kea/kea-1.2.0-r1.ebuild @@ -24,7 +24,7 @@ DEPEND=" dev-libs/boost dev-cpp/gtest dev-libs/log4cplus - !openssl? ( dev-libs/botan:= ) + !openssl? ( dev-libs/botan:0= ) openssl? ( dev-libs/openssl:= ) " RDEPEND="${DEPEND}"