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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5A13115813A for ; Tue, 07 Jan 2025 19:09:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E831E079E; Tue, 07 Jan 2025 19:08:59 +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 273ADE079E for ; Tue, 07 Jan 2025 19:08:59 +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 60F6D340DC8 for ; Tue, 07 Jan 2025 19:08:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0A6E11B5 for ; Tue, 07 Jan 2025 19:08:56 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1736276931.00000833ef078f191a55be6a7b670dc42e591f9c.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/musescore/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/musescore/musescore-4.4.4.ebuild X-VCS-Directories: media-sound/musescore/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 00000833ef078f191a55be6a7b670dc42e591f9c X-VCS-Branch: master Date: Tue, 07 Jan 2025 19:08:56 +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: 3923fca4-1bf2-45bb-bda9-7cc6b41def38 X-Archives-Hash: 843fb4e88db1e8e94e0c93e11ed11c45 commit: 00000833ef078f191a55be6a7b670dc42e591f9c Author: Arthur Zamarin gentoo org> AuthorDate: Tue Jan 7 19:08:51 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Jan 7 19:08:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00000833 media-sound/musescore: Stabilize 4.4.4 amd64, #926328 Signed-off-by: Arthur Zamarin gentoo.org> media-sound/musescore/musescore-4.4.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/musescore/musescore-4.4.4.ebuild b/media-sound/musescore/musescore-4.4.4.ebuild index 453e2ca9139c..3cfdb03e7dc9 100644 --- a/media-sound/musescore/musescore-4.4.4.ebuild +++ b/media-sound/musescore/musescore-4.4.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ else SRC_URI=" https://github.com/musescore/MuseScore/archive/v${PV}.tar.gz -> ${P}.tar.gz " - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 ~x86" S="${WORKDIR}/MuseScore-${PV}" fi