commit: 534fc054631938d2179aff786398d8a6f8a16065 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sun May 2 12:02:05 2021 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sun May 2 12:02:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=534fc054
net-misc/spiped: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> 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(-) diff --git a/net-misc/spiped/spiped-1.6.0-r1.ebuild b/net-misc/spiped/spiped-1.6.0-r1.ebuild index ca4826de3c1..92bb76e69a0 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 c1cc245241a..447f555d5f3 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="
