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 972481382C5 for ; Fri, 30 Apr 2021 16:43:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF722E083D; Fri, 30 Apr 2021 16:43:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D39E2E083D for ; Fri, 30 Apr 2021 16:43:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 00AEC340D82 for ; Fri, 30 Apr 2021 16:43:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9CE34C3 for ; Fri, 30 Apr 2021 16:43:03 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1619800980.98cc831ba6bf52e1a974888fc319878a6c108380.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/vde/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/vde/vde-2.3.2-r6.ebuild X-VCS-Directories: net-misc/vde/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 98cc831ba6bf52e1a974888fc319878a6c108380 X-VCS-Branch: master Date: Fri, 30 Apr 2021 16:43:03 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 462738c7-eb86-46ca-8ff4-b012aaf2133b X-Archives-Hash: 119816b33bcf7d76a9267705895a6f61 commit: 98cc831ba6bf52e1a974888fc319878a6c108380 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Apr 30 16:42:33 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Apr 30 16:43:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98cc831b net-misc/vde: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> net-misc/vde/vde-2.3.2-r6.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/net-misc/vde/vde-2.3.2-r6.ebuild b/net-misc/vde/vde-2.3.2-r6.ebuild index c7517cd9168..3e9c368a8f5 100644 --- a/net-misc/vde/vde-2.3.2-r6.ebuild +++ b/net-misc/vde/vde-2.3.2-r6.ebuild @@ -12,13 +12,11 @@ HOMEPAGE="https://virtualsquare.org" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 arm64 ~ppc ppc64 x86" -IUSE="pcap selinux ssl libressl static-libs" +IUSE="pcap selinux ssl static-libs" COMMON_DEPS="pcap? ( net-libs/libpcap ) - ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) - )" + ssl? ( dev-libs/openssl:0= ) + " DEPEND="${COMMON_DEPS}" RDEPEND="${COMMON_DEPS} acct-group/qemu