public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtorrent/
Date: Sun,  2 May 2021 10:56:38 +0000 (UTC)	[thread overview]
Message-ID: <1619952080.b5ee0391f066f5dcad2130dd9abb97324e44c852.zlogene@gentoo> (raw)

commit:     b5ee0391f066f5dcad2130dd9abb97324e44c852
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May  2 10:41:20 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May  2 10:41:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ee0391

net-libs/libtorrent: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 net-libs/libtorrent/libtorrent-0.13.7-r1.ebuild | 5 ++---
 net-libs/libtorrent/libtorrent-0.13.7.ebuild    | 5 ++---
 net-libs/libtorrent/libtorrent-0.13.8-r1.ebuild | 5 ++---
 3 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/net-libs/libtorrent/libtorrent-0.13.7-r1.ebuild b/net-libs/libtorrent/libtorrent-0.13.7-r1.ebuild
index 7827dab08a9..d1d53acab68 100644
--- a/net-libs/libtorrent/libtorrent-0.13.7-r1.ebuild
+++ b/net-libs/libtorrent/libtorrent-0.13.7-r1.ebuild
@@ -18,15 +18,14 @@ LICENSE="GPL-2"
 SLOT="0"
 
 KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris"
-IUSE="debug libressl ssl test"
+IUSE="debug ssl test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
 	sys-libs/zlib
 	>=dev-libs/libsigc++-2.2.2:2
 	ssl? (
-	    !libressl? ( dev-libs/openssl:0= )
-	    libressl? ( dev-libs/libressl:= )
+	    dev-libs/openssl:0=
 	)"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig

diff --git a/net-libs/libtorrent/libtorrent-0.13.7.ebuild b/net-libs/libtorrent/libtorrent-0.13.7.ebuild
index 7c40a29aafe..73c2cd13751 100644
--- a/net-libs/libtorrent/libtorrent-0.13.7.ebuild
+++ b/net-libs/libtorrent/libtorrent-0.13.7.ebuild
@@ -18,15 +18,14 @@ LICENSE="GPL-2"
 SLOT="0"
 
 KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris"
-IUSE="debug libressl ssl test"
+IUSE="debug ssl test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
 	sys-libs/zlib
 	>=dev-libs/libsigc++-2.2.2:2
 	ssl? (
-	    !libressl? ( dev-libs/openssl:0= )
-	    libressl? ( dev-libs/libressl:= )
+	    dev-libs/openssl:0=
 	)"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig

diff --git a/net-libs/libtorrent/libtorrent-0.13.8-r1.ebuild b/net-libs/libtorrent/libtorrent-0.13.8-r1.ebuild
index a622dab1606..fe37a9e1054 100644
--- a/net-libs/libtorrent/libtorrent-0.13.8-r1.ebuild
+++ b/net-libs/libtorrent/libtorrent-0.13.8-r1.ebuild
@@ -18,7 +18,7 @@ LICENSE="GPL-2"
 SLOT="0"
 
 KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris"
-IUSE="debug libressl ssl test"
+IUSE="debug ssl test"
 RESTRICT="!test? ( test )"
 
 # cppunit dependency - https://github.com/rakshasa/libtorrent/issues/182
@@ -26,8 +26,7 @@ RDEPEND="
 	dev-util/cppunit:=
 	sys-libs/zlib
 	ssl? (
-		!libressl? ( dev-libs/openssl:0= )
-		libressl? ( dev-libs/libressl:= )
+		dev-libs/openssl:0=
 	)"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"


             reply	other threads:[~2021-05-02 10:56 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-02 10:56 Mikle Kolyada [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-18 19:04 [gentoo-commits] repo/gentoo:master commit in: net-libs/libtorrent/ Arthur Zamarin
2024-01-03 22:30 Sam James
2022-07-02 13:22 Sam James
2022-04-25  6:29 Jakov Smolić
2022-04-25  6:29 Jakov Smolić
2021-03-16 13:01 Joonas Niilola
2021-03-16 13:01 Joonas Niilola
2020-07-10 18:50 Sam James
2019-12-12 10:59 Agostino Sarubbo
2019-12-11 10:47 Agostino Sarubbo
2019-08-05 13:50 Jason Zaman
2018-08-10  8:31 Michał Górny
2018-08-09 16:11 Jason Zaman
2018-06-17 18:44 Andreas Sturmlechner
2018-05-20 13:46 Jason Zaman
2018-01-19 12:23 Jason Zaman
2017-11-10 23:43 Sergei Trofimovich
2017-11-10 23:43 Sergei Trofimovich
2017-11-03 21:52 Sergei Trofimovich
2017-11-03  7:58 Jason Zaman
2017-08-19 10:07 Jason Zaman
2017-08-19 10:07 Jason Zaman
2017-05-14 10:21 Jeroen Roovers
2016-04-07 10:26 Jeroen Roovers
2016-01-30  9:40 Pacho Ramos
2016-01-26 14:16 Jason Zaman
2016-01-17 18:24 Agostino Sarubbo
2015-12-25 15:13 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1619952080.b5ee0391f066f5dcad2130dd9abb97324e44c852.zlogene@gentoo \
    --to=zlogene@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox