commit: 40c1c520fd19dd23fbc0bbfd31a536ea5c676d01 Author: Daniel M. Weeks <dan <AT> danweeks <DOT> net> AuthorDate: Sat Mar 6 14:37:19 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Tue Mar 16 13:01:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40c1c520
net-libs/libtorrent: cppunit to RDEPEND, add subslot Closes: https://bugs.gentoo.org/773340 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Daniel M. Weeks <dan <AT> danweeks.net> Closes: https://github.com/gentoo/gentoo/pull/19796 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> net-libs/libtorrent/libtorrent-0.13.8.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-libs/libtorrent/libtorrent-0.13.8.ebuild b/net-libs/libtorrent/libtorrent-0.13.8.ebuild index 1e5ec4094ba..44be3294c26 100644 --- a/net-libs/libtorrent/libtorrent-0.13.8.ebuild +++ b/net-libs/libtorrent/libtorrent-0.13.8.ebuild @@ -21,16 +21,16 @@ KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86 IUSE="debug libressl ssl test" RESTRICT="!test? ( test )" +# cppunit dependency - https://github.com/rakshasa/libtorrent/issues/182 RDEPEND=" + dev-util/cppunit:= sys-libs/zlib ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) )" DEPEND="${RDEPEND} - virtual/pkgconfig - dev-util/cppunit" -# cppunit dependency - https://github.com/rakshasa/libtorrent/issues/182 + virtual/pkgconfig" src_configure() { # bug 518582
