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 E1E51159C9B for ; Thu, 1 Aug 2024 07:43:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4E6DE2A6E; Thu, 1 Aug 2024 07:43:33 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 856C1E2A6E for ; Thu, 1 Aug 2024 07:43:33 +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 229D2340BDE for ; Thu, 1 Aug 2024 07:43:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A2401E98 for ; Thu, 1 Aug 2024 07:43:29 +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: <1722498193.92235f8a7e03ce8659548010bf52528ecdec9c6f.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/musique/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/musique/musique-1.5-r1.ebuild X-VCS-Directories: media-sound/musique/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 92235f8a7e03ce8659548010bf52528ecdec9c6f X-VCS-Branch: master Date: Thu, 1 Aug 2024 07:43:29 +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: f9d7b31c-decd-459e-8e9d-c681e6345211 X-Archives-Hash: 66fdc6d9aa99480fccfc95256b562835 commit: 92235f8a7e03ce8659548010bf52528ecdec9c6f Author: Filip Kobierski pm me> AuthorDate: Wed Jul 31 14:04:34 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Aug 1 07:43:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92235f8a media-sound/musique: remove empty IUSE Signed-off-by: Filip Kobierski pm.me> Signed-off-by: Miroslav Šulc gentoo.org> media-sound/musique/musique-1.5-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-sound/musique/musique-1.5-r1.ebuild b/media-sound/musique/musique-1.5-r1.ebuild index 1763328bfb02..08415ee2a643 100644 --- a/media-sound/musique/musique-1.5-r1.ebuild +++ b/media-sound/musique/musique-1.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 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/flaviotordini/${PN}/archive/${PV}.tar.gz -> ${P}.tar LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" RDEPEND=" dev-qt/qtcore:5