Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/spiped/
Date: Sun, 02 May 2021 12:09:33
Message-Id: 1619956925.534fc054631938d2179aff786398d8a6f8a16065.zlogene@gentoo
1 commit: 534fc054631938d2179aff786398d8a6f8a16065
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 12:02:05 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 12:02:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=534fc054
7
8 net-misc/spiped: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 net-misc/spiped/spiped-1.6.0-r1.ebuild | 6 ++----
14 net-misc/spiped/spiped-1.6.1.ebuild | 4 +---
15 2 files changed, 3 insertions(+), 7 deletions(-)
16
17 diff --git a/net-misc/spiped/spiped-1.6.0-r1.ebuild b/net-misc/spiped/spiped-1.6.0-r1.ebuild
18 index ca4826de3c1..92bb76e69a0 100644
19 --- a/net-misc/spiped/spiped-1.6.0-r1.ebuild
20 +++ b/net-misc/spiped/spiped-1.6.0-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -12,13 +12,11 @@ SRC_URI="http://www.tarsnap.com/${PN}/${P}.tgz"
28 LICENSE="BSD"
29 SLOT="0"
30 KEYWORDS="amd64 x86"
31 -IUSE="libressl"
32
33 MY_PN="${PN/d/}"
34
35 DEPEND="
36 - !libressl? ( dev-libs/openssl:0= )
37 - libressl? ( dev-libs/libressl:0= )"
38 + dev-libs/openssl:0="
39
40 # Blocker added due to #548126
41 RDEPEND="
42
43 diff --git a/net-misc/spiped/spiped-1.6.1.ebuild b/net-misc/spiped/spiped-1.6.1.ebuild
44 index c1cc245241a..447f555d5f3 100644
45 --- a/net-misc/spiped/spiped-1.6.1.ebuild
46 +++ b/net-misc/spiped/spiped-1.6.1.ebuild
47 @@ -12,13 +12,11 @@ SRC_URI="http://www.tarsnap.com/${PN}/${P}.tgz"
48 LICENSE="BSD"
49 SLOT="0"
50 KEYWORDS="~amd64 ~x86"
51 -IUSE="libressl"
52
53 MY_PN="${PN/d/}"
54
55 DEPEND="
56 - !libressl? ( dev-libs/openssl:0= )
57 - libressl? ( dev-libs/libressl:0= )"
58 + dev-libs/openssl:0="
59
60 # Blocker added due to #548126
61 RDEPEND="