From 534fc054631938d2179aff786398d8a6f8a16065 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sun, 2 May 2021 15:02:05 +0300 Subject: net-misc/spiped: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada --- net-misc/spiped/spiped-1.6.0-r1.ebuild | 6 ++---- net-misc/spiped/spiped-1.6.1.ebuild | 4 +--- 2 files changed, 3 insertions(+), 7 deletions(-) (limited to 'net-misc/spiped') diff --git a/net-misc/spiped/spiped-1.6.0-r1.ebuild b/net-misc/spiped/spiped-1.6.0-r1.ebuild index ca4826de3c19..92bb76e69a0c 100644 --- a/net-misc/spiped/spiped-1.6.0-r1.ebuild +++ b/net-misc/spiped/spiped-1.6.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,13 +12,11 @@ SRC_URI="http://www.tarsnap.com/${PN}/${P}.tgz" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 x86" -IUSE="libressl" MY_PN="${PN/d/}" DEPEND=" - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= )" + dev-libs/openssl:0=" # Blocker added due to #548126 RDEPEND=" diff --git a/net-misc/spiped/spiped-1.6.1.ebuild b/net-misc/spiped/spiped-1.6.1.ebuild index c1cc245241ab..447f555d5f3a 100644 --- a/net-misc/spiped/spiped-1.6.1.ebuild +++ b/net-misc/spiped/spiped-1.6.1.ebuild @@ -12,13 +12,11 @@ SRC_URI="http://www.tarsnap.com/${PN}/${P}.tgz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="libressl" MY_PN="${PN/d/}" DEPEND=" - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= )" + dev-libs/openssl:0=" # Blocker added due to #548126 RDEPEND=" -- cgit v1.2.3-65-gdbad