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 41F9F139085 for ; Thu, 26 Jan 2017 20:40:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AA6BE0E24; Thu, 26 Jan 2017 20:40:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 412B6E0E24 for ; Thu, 26 Jan 2017 20:40:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C586F3414D6 for ; Thu, 26 Jan 2017 20:40:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B7FD30B6 for ; Thu, 26 Jan 2017 20:40:42 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1485463239.2d15f2c0d51fe253afa9b15f784d44aa8caa4634.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/transmission/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/transmission/transmission-9999.ebuild X-VCS-Directories: net-p2p/transmission/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 2d15f2c0d51fe253afa9b15f784d44aa8caa4634 X-VCS-Branch: master Date: Thu, 26 Jan 2017 20:40:42 +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-Archives-Salt: 636f48ea-c13a-4089-8451-6bd50fcfa84f X-Archives-Hash: cce89b9c0119b142456993ed784c15e8 commit: 2d15f2c0d51fe253afa9b15f784d44aa8caa4634 Author: Mike Gilbert gentoo org> AuthorDate: Thu Jan 26 20:39:34 2017 +0000 Commit: Mike Gilbert gentoo 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