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 CEF1A15838E for ; Mon, 15 Jan 2024 13:42:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB6EAE2AFA; Mon, 15 Jan 2024 13:41:58 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3DF7E2AFA for ; Mon, 15 Jan 2024 13:41:58 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BEAB834324B for ; Mon, 15 Jan 2024 13:41:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E43C611F4 for ; Mon, 15 Jan 2024 13:41:55 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1705325613.c28b35202f597606c9d6896343c58f7e15db6980.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/cwdaemon/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/cwdaemon/cwdaemon-0.11.0.ebuild X-VCS-Directories: media-radio/cwdaemon/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: c28b35202f597606c9d6896343c58f7e15db6980 X-VCS-Branch: master Date: Mon, 15 Jan 2024 13:41:55 +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: 0ef3e57f-4fee-431d-aa97-1def11535550 X-Archives-Hash: b9010a8b91ac5d4e763745eeb461b8d7 commit: c28b35202f597606c9d6896343c58f7e15db6980 Author: Thomas Beierlein gentoo org> AuthorDate: Mon Jan 15 13:33:33 2024 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Mon Jan 15 13:33:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c28b3520 media-radio/cwdaemon: Fix QA - drop empty IUSE Signed-off-by: Thomas Beierlein gentoo.org> media-radio/cwdaemon/cwdaemon-0.11.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-radio/cwdaemon/cwdaemon-0.11.0.ebuild b/media-radio/cwdaemon/cwdaemon-0.11.0.ebuild index d9b3890d4df0..e94ad0d7591b 100644 --- a/media-radio/cwdaemon/cwdaemon-0.11.0.ebuild +++ b/media-radio/cwdaemon/cwdaemon-0.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,6 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 ppc x86" -IUSE="" RDEPEND=">=media-radio/unixcw-3.3.1" DEPEND="${RDEPEND}"