Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/tc-play/
Date: Fri, 30 Apr 2021 21:49:18
Message-Id: 1619819352.31afa40caa04627a1e353fdbd0b82cd81e3b852f.zlogene@gentoo
1 commit: 31afa40caa04627a1e353fdbd0b82cd81e3b852f
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 21:44:59 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 21:49:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31afa40c
7
8 app-crypt/tc-play: 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 app-crypt/tc-play/tc-play-2.0-r1.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/app-crypt/tc-play/tc-play-2.0-r1.ebuild b/app-crypt/tc-play/tc-play-2.0-r1.ebuild
17 index e0576be90fa..b8022d5f11a 100644
18 --- a/app-crypt/tc-play/tc-play-2.0-r1.ebuild
19 +++ b/app-crypt/tc-play/tc-play-2.0-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/bwalex/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
27 LICENSE="BSD"
28 SLOT="0"
29 KEYWORDS="~amd64"
30 -IUSE="gnutls libressl"
31 +IUSE="gnutls"
32
33 DEPEND="
34 dev-libs/libgpg-error
35 @@ -21,8 +21,7 @@ DEPEND="
36 dev-libs/libgcrypt:0
37 gnutls? ( net-libs/gnutls )
38 !gnutls? (
39 - !libressl? ( dev-libs/openssl:0= )
40 - libressl? ( dev-libs/libressl:0= )
41 + dev-libs/openssl:0=
42 )"
43 RDEPEND="${DEPEND}"