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 2492B158089 for ; Fri, 22 Sep 2023 03:14:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 321C52BC070; Fri, 22 Sep 2023 03:14:04 +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 173272BC070 for ; Fri, 22 Sep 2023 03:14:04 +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 31F2033BE34 for ; Fri, 22 Sep 2023 03:14:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E74121236 for ; Fri, 22 Sep 2023 03:13:59 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1695352418.98860b5c14c15328be84a20763fa7b7a87ee436b.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/easytag/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/easytag/easytag-2.4.3-r4.ebuild media-sound/easytag/easytag-2.4.3-r5.ebuild X-VCS-Directories: media-sound/easytag/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 98860b5c14c15328be84a20763fa7b7a87ee436b X-VCS-Branch: master Date: Fri, 22 Sep 2023 03:13:59 +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: 1b248a0e-04b4-48cb-9dfc-cd4eecf0e0ac X-Archives-Hash: 4b02f8acbe5a990a3d011bc0c361921b commit: 98860b5c14c15328be84a20763fa7b7a87ee436b Author: Matt Turner gentoo org> AuthorDate: Fri Sep 22 02:51:01 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Sep 22 03:13:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98860b5c media-sound/easytag: Drop sparc keywords Signed-off-by: Matt Turner gentoo.org> media-sound/easytag/easytag-2.4.3-r4.ebuild | 2 +- media-sound/easytag/easytag-2.4.3-r5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/easytag/easytag-2.4.3-r4.ebuild b/media-sound/easytag/easytag-2.4.3-r4.ebuild index 3a8a4ff7a01c..84ddb2afce30 100644 --- a/media-sound/easytag/easytag-2.4.3-r4.ebuild +++ b/media-sound/easytag/easytag-2.4.3-r4.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/EasyTAG" LICENSE="GPL-2 GPL-2+ LGPL-2 LGPL-2+ LGPL-2.1+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="flac mp3 mp4 nautilus opus speex test vorbis wavpack" RESTRICT="!test? ( test )" REQUIRED_USE=" diff --git a/media-sound/easytag/easytag-2.4.3-r5.ebuild b/media-sound/easytag/easytag-2.4.3-r5.ebuild index a7d78ecd172d..ea98dc678e66 100644 --- a/media-sound/easytag/easytag-2.4.3-r5.ebuild +++ b/media-sound/easytag/easytag-2.4.3-r5.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/EasyTAG" LICENSE="GPL-2 GPL-2+ LGPL-2 LGPL-2+ LGPL-2.1+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="flac mp3 mp4 opus speex test vorbis wavpack" # Disable nautilus support until https://gitlab.gnome.org/GNOME/easytag/-/issues/78 # is solved