diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 15:02:05 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 15:02:05 +0300 |
commit | 534fc054631938d2179aff786398d8a6f8a16065 (patch) | |
tree | 1679d9565c402d14cd679509e138d0238d67be29 /net-misc/spiped | |
parent | net-misc/seafile-client: remove libressl support (diff) | |
download | gentoo-534fc054631938d2179aff786398d8a6f8a16065.tar.gz gentoo-534fc054631938d2179aff786398d8a6f8a16065.tar.bz2 gentoo-534fc054631938d2179aff786398d8a6f8a16065.zip |
net-misc/spiped: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-misc/spiped')
-rw-r--r-- | net-misc/spiped/spiped-1.6.0-r1.ebuild | 6 | ||||
-rw-r--r-- | 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 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=" |