From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 4691B1584AD for ; Tue, 06 May 2025 16:03:56 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2DC693431CC for ; Tue, 06 May 2025 16:03:56 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DAC8C110480; Tue, 06 May 2025 16:03:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 bobolink.gentoo.org (Postfix) with ESMTPS id D6C9F11047E for ; Tue, 06 May 2025 16:03:39 +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 8DDEC34316C for ; Tue, 06 May 2025 16:03:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F2D82809 for ; Tue, 06 May 2025 16:03:37 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1746547370.1609ff75a0f745d22e8a421b9ad4a93c7c356fd9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/xwxapt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/xwxapt/xwxapt-3.4.2-r1.ebuild media-radio/xwxapt/xwxapt-3.4.2.ebuild media-radio/xwxapt/xwxapt-3.4.3-r1.ebuild media-radio/xwxapt/xwxapt-3.4.3.ebuild X-VCS-Directories: media-radio/xwxapt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1609ff75a0f745d22e8a421b9ad4a93c7c356fd9 X-VCS-Branch: master Date: Tue, 06 May 2025 16:03: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: b6bc50c2-f9d7-4c29-9aa1-c3f780c3a791 X-Archives-Hash: 512a9d6cfef5ae2e1022f93e954654eb commit: 1609ff75a0f745d22e8a421b9ad4a93c7c356fd9 Author: Sam James gentoo org> AuthorDate: Tue May 6 16:00:44 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 6 16:02:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1609ff75 media-radio/xwxapt: subscribe to net-wireless/rtl-sdr subslot Signed-off-by: Sam James gentoo.org> media-radio/xwxapt/{xwxapt-3.4.2.ebuild => xwxapt-3.4.2-r1.ebuild} | 4 ++-- media-radio/xwxapt/{xwxapt-3.4.3.ebuild => xwxapt-3.4.3-r1.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-radio/xwxapt/xwxapt-3.4.2.ebuild b/media-radio/xwxapt/xwxapt-3.4.2-r1.ebuild similarity index 94% rename from media-radio/xwxapt/xwxapt-3.4.2.ebuild rename to media-radio/xwxapt/xwxapt-3.4.2-r1.ebuild index 97cad7f0863e..cae2388aa82e 100644 --- a/media-radio/xwxapt/xwxapt-3.4.2.ebuild +++ b/media-radio/xwxapt/xwxapt-3.4.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86" RDEPEND=" dev-libs/glib:2 media-libs/alsa-lib - net-wireless/rtl-sdr + net-wireless/rtl-sdr:= x11-libs/gtk+:3" DEPEND="${RDEPEND}" BDEPEND=" diff --git a/media-radio/xwxapt/xwxapt-3.4.3.ebuild b/media-radio/xwxapt/xwxapt-3.4.3-r1.ebuild similarity index 94% rename from media-radio/xwxapt/xwxapt-3.4.3.ebuild rename to media-radio/xwxapt/xwxapt-3.4.3-r1.ebuild index 809655669d03..94d2f7363ab5 100644 --- a/media-radio/xwxapt/xwxapt-3.4.3.ebuild +++ b/media-radio/xwxapt/xwxapt-3.4.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86" RDEPEND=" dev-libs/glib:2 media-libs/alsa-lib - net-wireless/rtl-sdr + net-wireless/rtl-sdr:= x11-libs/gtk+:3" DEPEND="${RDEPEND}" BDEPEND="