From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ECCEC1396D0 for ; Wed, 4 Oct 2017 07:42:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23B0A2BC02C; Wed, 4 Oct 2017 07:42:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 016C12BC028 for ; Wed, 4 Oct 2017 07:42:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D64334069A for ; Wed, 4 Oct 2017 07:42:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D33A909A for ; Wed, 4 Oct 2017 07:42:53 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1507102861.fd2d7445840c60526bef1eeb950ded87fd347164.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/kea/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/kea/kea-1.1.0.ebuild net-misc/kea/kea-1.2.0-r1.ebuild X-VCS-Directories: net-misc/kea/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: fd2d7445840c60526bef1eeb950ded87fd347164 X-VCS-Branch: master Date: Wed, 4 Oct 2017 07:42:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dd69f166-6895-4408-8c1c-abff78fa1137 X-Archives-Hash: 80518b39ffb993c3f9969ae51b2433a9 commit: fd2d7445840c60526bef1eeb950ded87fd347164 Author: Alon Bar-Lev gentoo org> AuthorDate: Wed Oct 4 07:41:01 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Wed Oct 4 07:41:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd2d7445 net-misc/kea: use slotted botan Package-Manager: Portage-2.3.8, Repoman-2.3.1 net-misc/kea/kea-1.1.0.ebuild | 4 ++-- net-misc/kea/kea-1.2.0-r1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/kea/kea-1.1.0.ebuild b/net-misc/kea/kea-1.1.0.ebuild index e7e925ce37d..21512a24568 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 994aa39c6e4..3000688d729 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}"