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 98E431382C5 for ; Sun, 7 Jun 2020 10:44:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC691E0971; Sun, 7 Jun 2020 10:44:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99FC6E0971 for ; Sun, 7 Jun 2020 10:44:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A3D4E34F3AF for ; Sun, 7 Jun 2020 10:44:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E086E288 for ; Sun, 7 Jun 2020 10:44:37 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1591526646.6cf2be8c9919aa1cd44c834d4621f640e4c7357d.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtorrent-rasterbar/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.14.ebuild net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.6.ebuild net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.7.ebuild X-VCS-Directories: net-libs/libtorrent-rasterbar/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 6cf2be8c9919aa1cd44c834d4621f640e4c7357d X-VCS-Branch: master Date: Sun, 7 Jun 2020 10:44:37 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ad500365-1ace-470c-9963-c4db25442a30 X-Archives-Hash: 4cdef726acd7baa61a48214c812c3d72 commit: 6cf2be8c9919aa1cd44c834d4621f640e4c7357d Author: Mikle Kolyada gentoo org> AuthorDate: Sun Jun 7 10:41:15 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Jun 7 10:44:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cf2be8c net-libs/libtorrent-rasterbar: enable logging by default Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Mikle Kolyada gentoo.org> net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.14.ebuild | 2 +- net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.6.ebuild | 2 +- net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.7.ebuild | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.14.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.14.ebuild index 124d02ee341..917926fb1b4 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.14.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.14.ebuild @@ -61,13 +61,13 @@ src_configure() { local myeconfargs=( $(use_enable debug) $(use_enable debug disk-stats) - $(use_enable debug logging) $(use_enable dht) $(use_enable examples) $(use_enable ssl encryption) $(use_enable static-libs static) $(use_enable test tests) --with-libiconv + --enable-logging ) econf "${myeconfargs[@]}" 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 c3bbf7fd24d..2fb8281a2df 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.6.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.6.ebuild @@ -67,7 +67,6 @@ src_configure() { local myeconfargs=( $(use_enable debug) $(use_enable debug export-all) - $(use_enable debug logging) $(use_enable dht) $(use_enable examples) $(use_enable ssl encryption) @@ -75,6 +74,7 @@ src_configure() { $(use_enable test tests) --with-boost="${EPREFIX}/usr" --with-libiconv + --enable-logging ) econf "${myeconfargs[@]}" diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.7.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.7.ebuild index c123d741392..5db9e76e204 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.7.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.7.ebuild @@ -71,6 +71,7 @@ src_configure() { $(use_enable test tests) --with-boost="${EPREFIX}/usr" --with-libiconv + --enable-logging ) econf "${myeconfargs[@]}"