diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 13:43:30 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 13:43:30 +0300 |
commit | 0b1a4d58d4960ffa0888ec14ebe3db611829bb46 (patch) | |
tree | 6500a21451095afebe39a33bfbaca66e9656eda8 /net-libs/libtorrent-rasterbar | |
parent | net-libs/libtorrent: remove libressl support (diff) | |
download | gentoo-0b1a4d58d4960ffa0888ec14ebe3db611829bb46.tar.gz gentoo-0b1a4d58d4960ffa0888ec14ebe3db611829bb46.tar.bz2 gentoo-0b1a4d58d4960ffa0888ec14ebe3db611829bb46.zip |
net-libs/libtorrent-rasterbar: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-libs/libtorrent-rasterbar')
5 files changed, 13 insertions, 18 deletions
diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.10.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.10.ebuild index 1500e4416637..7c0530b8238d 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.10.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ SRC_URI="https://github.com/arvidn/libtorrent/archive/libtorrent-${PV}.tar.gz" LICENSE="BSD" SLOT="0/10" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" -IUSE="debug +dht doc examples libressl python +ssl static-libs test" +IUSE="debug +dht doc examples python +ssl static-libs test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" @@ -34,8 +34,7 @@ RDEPEND=" dev-libs/boost:=[python,${PYTHON_USEDEP}] ) ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:= ) + dev-libs/openssl:0= ) " DEPEND="${RDEPEND} diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.11.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.11.ebuild index 3d1ed4cfc02e..30f4a48756a8 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.11.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.11.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/arvidn/libtorrent/archive/v${PV}.tar.gz -> libtorren LICENSE="BSD" SLOT="0/10" KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86" -IUSE="debug +dht doc examples libressl python +ssl static-libs test" +IUSE="debug +dht doc examples python +ssl static-libs test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" @@ -34,8 +34,7 @@ RDEPEND=" dev-libs/boost:=[python,${PYTHON_USEDEP}] ) ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:= ) + dev-libs/openssl:0= ) " DEPEND="${RDEPEND} diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.12.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.12.ebuild index 295a3b24f665..ead88b37b617 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.12.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.12.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/arvidn/libtorrent/archive/v${PV}.tar.gz -> libtorren LICENSE="BSD" SLOT="0/10" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" -IUSE="debug +dht doc examples libressl python +ssl static-libs test" +IUSE="debug +dht doc examples python +ssl static-libs test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" @@ -34,8 +34,7 @@ RDEPEND=" dev-libs/boost:=[python,${PYTHON_USEDEP}] ) ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:= ) + dev-libs/openssl:0= ) " DEPEND="${RDEPEND} diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.6.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.6.ebuild index dad79954dd1f..2a7b356cdbfa 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.6.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,7 +20,7 @@ SRC_URI="https://github.com/arvidn/libtorrent/archive/${MY_P}.tar.gz -> ${P}.tar LICENSE="BSD" SLOT="0/10" KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86" -IUSE="debug +dht doc examples libressl python +ssl static-libs test" +IUSE="debug +dht doc examples python +ssl static-libs test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" @@ -35,8 +35,7 @@ RDEPEND=" dev-libs/boost:=[python,${PYTHON_USEDEP}] ) ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:= ) + dev-libs/openssl:0= ) " DEPEND="${RDEPEND} diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.9.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.9.ebuild index 1500e4416637..7c0530b8238d 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.9.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ SRC_URI="https://github.com/arvidn/libtorrent/archive/libtorrent-${PV}.tar.gz" LICENSE="BSD" SLOT="0/10" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" -IUSE="debug +dht doc examples libressl python +ssl static-libs test" +IUSE="debug +dht doc examples python +ssl static-libs test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" @@ -34,8 +34,7 @@ RDEPEND=" dev-libs/boost:=[python,${PYTHON_USEDEP}] ) ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:= ) + dev-libs/openssl:0= ) " DEPEND="${RDEPEND} |