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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 85A3B158087 for ; Wed, 2 Feb 2022 19:48:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 605482BC02B; Wed, 2 Feb 2022 19:48:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A2A92BC02B for ; Wed, 2 Feb 2022 19:48:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9CAE8343176 for ; Wed, 2 Feb 2022 19:48:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 354F4233 for ; Wed, 2 Feb 2022 19:48:22 +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: <1643831281.7d9660eab6e4dfc7ff7922e809d62a0ae1657545.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/ktorrent/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/ktorrent/ktorrent-21.08.3.ebuild net-p2p/ktorrent/ktorrent-21.12.1.ebuild X-VCS-Directories: net-p2p/ktorrent/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7d9660eab6e4dfc7ff7922e809d62a0ae1657545 X-VCS-Branch: master Date: Wed, 2 Feb 2022 19:48:22 +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: d177b78a-c2fd-41fc-b020-011826abd19c X-Archives-Hash: e521da3c02aea80b390d4f4321cd4f1b commit: 7d9660eab6e4dfc7ff7922e809d62a0ae1657545 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 2 19:40:58 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 2 19:48:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d9660ea net-p2p/ktorrent: Drop unused cmake var Upstream commit 6c1ae6b2530c5f7c72611a95aea92275520a5aee Closes: https://bugs.gentoo.org/832511 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> net-p2p/ktorrent/ktorrent-21.08.3.ebuild | 1 - net-p2p/ktorrent/ktorrent-21.12.1.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/net-p2p/ktorrent/ktorrent-21.08.3.ebuild b/net-p2p/ktorrent/ktorrent-21.08.3.ebuild index f93aae27bb78..03c5a7a1ed0f 100644 --- a/net-p2p/ktorrent/ktorrent-21.08.3.ebuild +++ b/net-p2p/ktorrent/ktorrent-21.08.3.ebuild @@ -78,7 +78,6 @@ src_configure() { -DENABLE_BWSCHEDULER_PLUGIN=$(usex bwscheduler) -DENABLE_DOWNLOADORDER_PLUGIN=$(usex downloadorder) -DENABLE_INFOWIDGET_PLUGIN=$(usex infowidget) - -DWITH_SYSTEM_GEOIP=$(usex infowidget) -DENABLE_IPFILTER_PLUGIN=$(usex ipfilter) -DENABLE_LOGVIEWER_PLUGIN=$(usex logviewer) -DENABLE_MAGNETGENERATOR_PLUGIN=$(usex magnetgenerator) diff --git a/net-p2p/ktorrent/ktorrent-21.12.1.ebuild b/net-p2p/ktorrent/ktorrent-21.12.1.ebuild index 8aaf5b1aed96..d7a0809bc391 100644 --- a/net-p2p/ktorrent/ktorrent-21.12.1.ebuild +++ b/net-p2p/ktorrent/ktorrent-21.12.1.ebuild @@ -77,7 +77,6 @@ src_configure() { -DENABLE_BWSCHEDULER_PLUGIN=$(usex bwscheduler) -DENABLE_DOWNLOADORDER_PLUGIN=$(usex downloadorder) -DENABLE_INFOWIDGET_PLUGIN=$(usex infowidget) - -DWITH_SYSTEM_GEOIP=$(usex infowidget) -DENABLE_IPFILTER_PLUGIN=$(usex ipfilter) -DENABLE_LOGVIEWER_PLUGIN=$(usex logviewer) -DENABLE_MAGNETGENERATOR_PLUGIN=$(usex magnetgenerator)