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 AF05A138350 for ; Sun, 5 Apr 2020 19:47:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AED63E0C27; Sun, 5 Apr 2020 19:47:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 996A5E0C27 for ; Sun, 5 Apr 2020 19:47:39 +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 B0E2834EF7A for ; Sun, 5 Apr 2020 19:47:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 255BC1C0 for ; Sun, 5 Apr 2020 19:47:36 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1586116035.6de50b049c258c88dd36ddba9ea47cece0d0cde0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-bittorrent/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-leechcraft/lc-bittorrent/lc-bittorrent-9999.ebuild X-VCS-Directories: app-leechcraft/lc-bittorrent/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6de50b049c258c88dd36ddba9ea47cece0d0cde0 X-VCS-Branch: master Date: Sun, 5 Apr 2020 19:47:36 +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: 078627d9-d325-4087-aafd-84833e3efe67 X-Archives-Hash: 1d3831e1e052d1210d7a0e94f6b10790 commit: 6de50b049c258c88dd36ddba9ea47cece0d0cde0 Author: 0xd34df00d <0xd34df00d gmail com> AuthorDate: Tue Mar 31 19:59:23 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 5 19:47:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6de50b04 app-leechcraft/lc-bittorrent: update geoip dep, bump EAPI Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Georg Rudoy <0xd34df00d gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15190 Signed-off-by: Andreas Sturmlechner gentoo.org> app-leechcraft/lc-bittorrent/lc-bittorrent-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app-leechcraft/lc-bittorrent/lc-bittorrent-9999.ebuild b/app-leechcraft/lc-bittorrent/lc-bittorrent-9999.ebuild index aadccf015c7..7ac2ceed98f 100644 --- a/app-leechcraft/lc-bittorrent/lc-bittorrent-9999.ebuild +++ b/app-leechcraft/lc-bittorrent/lc-bittorrent-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit leechcraft @@ -13,18 +13,18 @@ IUSE="debug geoip" DEPEND=" ~app-leechcraft/lc-core-${PV} - net-libs/libtorrent-rasterbar - dev-qt/qtxml:5 dev-qt/qtwidgets:5 + dev-qt/qtxml:5 + net-libs/libtorrent-rasterbar:= + geoip? ( dev-libs/libmaxminddb:= ) " RDEPEND="${DEPEND} virtual/leechcraft-task-show - geoip? ( dev-libs/geoip ) " src_configure() { local mycmakeargs=( -DENABLE_BITTORRENT_GEOIP=$(usex geoip) ) - cmake-utils_src_configure + cmake_src_configure }