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-p2p/ctorrent/
Date: Fri, 30 Apr 2021 16:49:58
Message-Id: 1619801392.07e1efa8132f651286a95431e62469f1a53f6402.zlogene@gentoo
1 commit: 07e1efa8132f651286a95431e62469f1a53f6402
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 16:48:19 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 16:49:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e1efa8
7
8 net-p2p/ctorrent: 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-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild | 6 ++----
14 1 file changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild b/net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild
17 index 0c54c21409a..5700e3892e4 100644
18 --- a/net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild
19 +++ b/net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -12,11 +12,9 @@ SRC_URI="mirror://sourceforge/dtorrent/${MY_P}.tar.gz"
27 LICENSE="GPL-2"
28 SLOT="0"
29 KEYWORDS="amd64 arm ppc ~s390 ~sparc x86"
30 -IUSE="libressl"
31
32 RDEPEND="
33 - libressl? ( dev-libs/libressl:0= )
34 - !libressl? ( dev-libs/openssl:0= )
35 + dev-libs/openssl:0=
36 "
37 DEPEND="${RDEPEND}"