commit: 2d15f2c0d51fe253afa9b15f784d44aa8caa4634 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Thu Jan 26 20:39:34 2017 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Thu Jan 26 20:40:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d15f2c0
net-p2p/transmission: unbundle libb64 Bug: https://bugs.gentoo.org/607336 Package-Manager: Portage-2.3.3_p42, Repoman-2.3.1_p35 net-p2p/transmission/transmission-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-p2p/transmission/transmission-9999.ebuild b/net-p2p/transmission/transmission-9999.ebuild index 34a8e11..39a23fd 100644 --- a/net-p2p/transmission/transmission-9999.ebuild +++ b/net-p2p/transmission/transmission-9999.ebuild @@ -26,6 +26,7 @@ IUSE="ayatana gtk libressl lightweight nls mbedtls qt5 systemd test" RESTRICT="!test? ( test )" RDEPEND=" + dev-libs/libb64:0= >=dev-libs/libevent-2.0.10:= !mbedtls? ( !libressl? ( dev-libs/openssl:0= ) @@ -89,7 +90,7 @@ src_configure() { -DUSE_SYSTEM_MINIUPNPC=ON -DUSE_SYSTEM_NATPMP=ON -DUSE_SYSTEM_UTP=OFF - -DUSE_SYSTEM_B64=OFF + -DUSE_SYSTEM_B64=ON -DWITH_CRYPTO=$(usex mbedtls polarssl openssl) -DWITH_INOTIFY=ON
