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 3CC57159C9B for ; Sat, 3 Aug 2024 16:15:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7101F2BC097; Sat, 3 Aug 2024 16:15:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 44C102BC097 for ; Sat, 3 Aug 2024 16:15:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8B3A2335DEB for ; Sat, 3 Aug 2024 16:15:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 275DB1D9C for ; Sat, 3 Aug 2024 16:15:54 +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: <1722701724.8013f56419c69aa8d6af613565ef85fc9f85a7a4.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/transmission-remote-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/transmission-remote-gtk/transmission-remote-gtk-1.6.0.ebuild X-VCS-Directories: net-p2p/transmission-remote-gtk/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 8013f56419c69aa8d6af613565ef85fc9f85a7a4 X-VCS-Branch: master Date: Sat, 3 Aug 2024 16:15:54 +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: 049627d5-23cd-4952-8944-70dcd8e0e88a X-Archives-Hash: 7d886eadf55b195ee916e556dee1b1f1 commit: 8013f56419c69aa8d6af613565ef85fc9f85a7a4 Author: Mike Gilbert gentoo org> AuthorDate: Sat Aug 3 16:15:24 2024 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Aug 3 16:15:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8013f564 net-p2p/transmission-remote-gtk: restore geoip USE flag Signed-off-by: Mike Gilbert gentoo.org> net-p2p/transmission-remote-gtk/transmission-remote-gtk-1.6.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-p2p/transmission-remote-gtk/transmission-remote-gtk-1.6.0.ebuild b/net-p2p/transmission-remote-gtk/transmission-remote-gtk-1.6.0.ebuild index 61711172f8f8..722a196e1260 100644 --- a/net-p2p/transmission-remote-gtk/transmission-remote-gtk-1.6.0.ebuild +++ b/net-p2p/transmission-remote-gtk/transmission-remote-gtk-1.6.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" -IUSE="appindicator debug geoip libproxy rss" +IUSE="appindicator geoip" # RESTRICT="test" @@ -23,6 +23,7 @@ RDEPEND=" >=dev-libs/json-glib-1.2.8 >=x11-libs/gtk+-3.22:3 appindicator? ( dev-libs/libayatana-appindicator ) + geoip? ( dev-libs/geoip ) " DEPEND="${RDEPEND} " @@ -33,6 +34,7 @@ BDEPEND=" src_configure() { local emesonargs=( + $(meson_feature geoip) $(meson_feature appindicator libappindicator) ) meson_src_configure