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-nntp/slrn/
Date: Sun, 02 May 2021 19:43:09
Message-Id: 1619984488.48a8bed1407b73045fe1b64ace60a9ee732fe167.zlogene@gentoo
1 commit: 48a8bed1407b73045fe1b64ace60a9ee732fe167
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 19:41:28 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 19:41:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a8bed1
7
8 net-nntp/slrn: 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-nntp/slrn/slrn-1.0.3.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/net-nntp/slrn/slrn-1.0.3.ebuild b/net-nntp/slrn/slrn-1.0.3.ebuild
17 index 07effe06c3a..33c6035550e 100644
18 --- a/net-nntp/slrn/slrn-1.0.3.ebuild
19 +++ b/net-nntp/slrn/slrn-1.0.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -12,15 +12,14 @@ SRC_URI="https://jedsoft.org/releases/${PN}/${MY_P}.tar.bz2"
27 LICENSE="GPL-2"
28 SLOT="0"
29 KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
30 -IUSE="canlock libressl nls ssl uudeview"
31 +IUSE="canlock nls ssl uudeview"
32
33 RDEPEND="app-arch/sharutils
34 >=sys-libs/slang-2.2.3
35 virtual/mta
36 canlock? ( net-libs/canlock )
37 ssl? (
38 - !libressl? ( dev-libs/openssl:0= )
39 - libressl? ( dev-libs/libressl:0= )
40 + dev-libs/openssl:0=
41 )
42 uudeview? ( dev-libs/uulib )"
43 DEPEND="${RDEPEND}