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 F395B15838C for ; Mon, 15 Jan 2024 14:29:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EE0AE2AEF; Mon, 15 Jan 2024 14:29:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 840F5E2AEF for ; Mon, 15 Jan 2024 14:29:00 +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 42347343252 for ; Mon, 15 Jan 2024 14:28:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A565095D for ; Mon, 15 Jan 2024 14:28:57 +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: <1705328782.058f3879e7c0473c26e4b241cb5191d2dbbb60f2.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/gpredict/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/gpredict/gpredict-2.3-r2.ebuild X-VCS-Directories: media-radio/gpredict/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: 058f3879e7c0473c26e4b241cb5191d2dbbb60f2 X-VCS-Branch: master Date: Mon, 15 Jan 2024 14:28:57 +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: 8001e58e-07cf-485f-8019-3cdc37688610 X-Archives-Hash: df24a4a9a13db8b2961fc71aad10084f commit: 058f3879e7c0473c26e4b241cb5191d2dbbb60f2 Author: Thomas Beierlein gentoo org> AuthorDate: Mon Jan 15 14:26:22 2024 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Mon Jan 15 14:26:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=058f3879 media-radio/gpredict: Fix QA - drop empty IUSE Signed-off-by: Thomas Beierlein gentoo.org> media-radio/gpredict/gpredict-2.3-r2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-radio/gpredict/gpredict-2.3-r2.ebuild b/media-radio/gpredict/gpredict-2.3-r2.ebuild index cf8fa7dccbcf..25e841b34d9c 100644 --- a/media-radio/gpredict/gpredict-2.3-r2.ebuild +++ b/media-radio/gpredict/gpredict-2.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,6 @@ SRC_URI="https://github.com/csete/gpredict/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" RDEPEND="dev-libs/glib:2 x11-libs/gdk-pixbuf[jpeg]