From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D2981382C5 for ; Sun, 2 May 2021 10:56:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0C1FE08EF; Sun, 2 May 2021 10:56:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9A9CE08EF for ; Sun, 2 May 2021 10:56:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7D99335C78 for ; Sun, 2 May 2021 10:56:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FEF071B for ; Sun, 2 May 2021 10:56:38 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1619952080.b5ee0391f066f5dcad2130dd9abb97324e44c852.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtorrent/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libtorrent/libtorrent-0.13.7-r1.ebuild net-libs/libtorrent/libtorrent-0.13.7.ebuild net-libs/libtorrent/libtorrent-0.13.8-r1.ebuild X-VCS-Directories: net-libs/libtorrent/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: b5ee0391f066f5dcad2130dd9abb97324e44c852 X-VCS-Branch: master Date: Sun, 2 May 2021 10:56:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: befa4e1b-5b49-4811-9ece-be7aba2305b4 X-Archives-Hash: 77002e67fdfe35ab7e52ef3866f64988 commit: b5ee0391f066f5dcad2130dd9abb97324e44c852 Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 2 10:41:20 2021 +0000 Commit: Mikle Kolyada gentoo 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 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"