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 662B7159C9B for ; Thu, 1 Aug 2024 07:43:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7288DE2A57; Thu, 1 Aug 2024 07:43:31 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 568C2E2A55 for ; Thu, 1 Aug 2024 07:43:31 +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 6851E3409C8 for ; Thu, 1 Aug 2024 07:43:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C66171E8F for ; Thu, 1 Aug 2024 07:43:28 +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: <1722498192.2f818b3eebf86eec678abc615294ee97d286035a.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/frescobaldi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/frescobaldi/frescobaldi-3.3.0.ebuild X-VCS-Directories: media-sound/frescobaldi/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 2f818b3eebf86eec678abc615294ee97d286035a X-VCS-Branch: master Date: Thu, 1 Aug 2024 07:43:28 +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: 3df2e94a-507a-47bf-a49f-a60ab2baf35d X-Archives-Hash: 3241149464ee01ac31ae5777986f2f59 commit: 2f818b3eebf86eec678abc615294ee97d286035a Author: Filip Kobierski pm me> AuthorDate: Wed Jul 31 13:57:36 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Aug 1 07:43:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f818b3e media-sound/frescobaldi: remove empty IUSE Signed-off-by: Filip Kobierski pm.me> Signed-off-by: Miroslav Šulc gentoo.org> media-sound/frescobaldi/frescobaldi-3.3.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-sound/frescobaldi/frescobaldi-3.3.0.ebuild b/media-sound/frescobaldi/frescobaldi-3.3.0.ebuild index bda72123c1cb..443bf7ca7fa8 100644 --- a/media-sound/frescobaldi/frescobaldi-3.3.0.ebuild +++ b/media-sound/frescobaldi/frescobaldi-3.3.0.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=8 @@ -14,7 +14,6 @@ SRC_URI="https://github.com/frescobaldi/frescobaldi/archive/refs/tags/v${PV}.tar LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~x86" -IUSE="" DEPEND=" dev-python/PyQt5[gui,network,printsupport,svg,widgets,${PYTHON_USEDEP}]