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 84354159C9B for ; Thu, 1 Aug 2024 07:43:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2D11E2A7E; Thu, 1 Aug 2024 07:43:34 +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 830C1E2A7E for ; Thu, 1 Aug 2024 07:43:34 +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 9EF07340C76 for ; Thu, 1 Aug 2024 07:43:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 458141EA3 for ; Thu, 1 Aug 2024 07:43:30 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1722498194.0fb4c971ffcaad74cebee2f4fd7692e5e210a81f.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/sidplay/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/sidplay/sidplay-2.0.9-r2.ebuild X-VCS-Directories: media-sound/sidplay/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 0fb4c971ffcaad74cebee2f4fd7692e5e210a81f X-VCS-Branch: master Date: Thu, 1 Aug 2024 07:43:30 +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: 986b8b44-93dc-4bbf-90c1-d3c6f9a632e3 X-Archives-Hash: 407707d61a2753eb2086a5db4ff434a4 commit: 0fb4c971ffcaad74cebee2f4fd7692e5e210a81f Author: Filip Kobierski pm me> AuthorDate: Wed Jul 31 14:08:47 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Aug 1 07:43:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fb4c971 media-sound/sidplay: remove empty IUSE Signed-off-by: Filip Kobierski pm.me> Signed-off-by: Miroslav Šulc gentoo.org> media-sound/sidplay/sidplay-2.0.9-r2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/media-sound/sidplay/sidplay-2.0.9-r2.ebuild b/media-sound/sidplay/sidplay-2.0.9-r2.ebuild index 8ec69de1d0f1..277c92d9489f 100644 --- a/media-sound/sidplay/sidplay-2.0.9-r2.ebuild +++ b/media-sound/sidplay/sidplay-2.0.9-r2.ebuild @@ -10,7 +10,6 @@ SRC_URI="https://downloads.sourceforge.net/sidplay2/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha amd64 ~hppa ppc ~sparc x86" -IUSE="" BDEPEND="virtual/pkgconfig" DEPEND="media-libs/libsidplay:2"