diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-29 13:33:48 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-29 13:34:50 +0300 |
commit | 77953a0b5939459f9d810f1bc3b21525c55ab2a8 (patch) | |
tree | 410a82895613b99e76bf3f2e30bc3d2931c3eafd /net-libs/libtorrent-rasterbar | |
parent | app-emulation/free42: 3.0.3 bump (diff) | |
download | gentoo-77953a0b5939459f9d810f1bc3b21525c55ab2a8.tar.gz gentoo-77953a0b5939459f9d810f1bc3b21525c55ab2a8.tar.bz2 gentoo-77953a0b5939459f9d810f1bc3b21525c55ab2a8.zip |
net-libs/libtorrent-rasterbar: misc fixes
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-libs/libtorrent-rasterbar')
-rw-r--r-- | net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.3.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.3.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.3.ebuild index 2ae417c02824..fa7e0e64fa83 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.3.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.3.ebuild @@ -4,7 +4,6 @@ EAPI=7 PYTHON_COMPAT=( python{3_8,3_9} ) -PYTHON_REQ_USE="threads(+)" inherit cmake python-any-r1 @@ -17,9 +16,9 @@ SLOT="0/2.0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" IUSE="+dht debug gnutls python ssl test" -RESTRICT="!test? ( test ) test" -DEPEND="dev-libs/boost:=[threads]" -RDEPEND=" +RESTRICT="!test? ( test ) test" # not yet fixed +RDEPEND="dev-libs/boost:=[threads]" +DEPEND=" python? ( ${PYTHON_DEPS} $(python_gen_any_dep ' |