net-misc/kea: use slotted botan
authorAlon Bar-Lev <alonbl@gentoo.org>
Wed, 4 Oct 2017 07:41:01 +0000 (10:41 +0300)
committerAlon Bar-Lev <alonbl@gentoo.org>
Wed, 4 Oct 2017 07:41:01 +0000 (10:41 +0300)
Package-Manager: Portage-2.3.8, Repoman-2.3.1

net-misc/kea/kea-1.1.0.ebuild
net-misc/kea/kea-1.2.0-r1.ebuild

index e7e925ce37d73ddee1707daa1f92d71a806ba6ab..21512a24568ce34adc6d11e173b2ccb2c7ceba1b 100644 (file)
@@ -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}"
index 994aa39c6e4275da18816687c614409e2de0c20a..3000688d72913a23bbde2596139d461ea525f80d 100644 (file)
@@ -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}"