From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 7CBB81580E0 for ; Thu, 30 Jan 2025 09:57:21 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 63D303430BE for ; Thu, 30 Jan 2025 09:57:21 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D908F110479; Thu, 30 Jan 2025 09:57:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 bobolink.gentoo.org (Postfix) with ESMTPS id CF216110479 for ; Thu, 30 Jan 2025 09:57:03 +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 89DBB34305A for ; Thu, 30 Jan 2025 09:57:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FFD525D5 for ; Thu, 30 Jan 2025 09:57:00 +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: <1738231007.6d940f1b9a133bb68843d6bb550b5f778ab4a795.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/id3ted/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/id3ted/id3ted-1.0-r1.ebuild X-VCS-Directories: media-sound/id3ted/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 6d940f1b9a133bb68843d6bb550b5f778ab4a795 X-VCS-Branch: master Date: Thu, 30 Jan 2025 09:57:00 +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: f756f46d-0f8d-4a1a-96e4-e71f26b47fb9 X-Archives-Hash: e4fe519a1342716c90ba8fd8fe9dffbc commit: 6d940f1b9a133bb68843d6bb550b5f778ab4a795 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Jan 30 09:56:47 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Jan 30 09:56:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d940f1b media-sound/id3ted: Stabilize 1.0-r1 x86, #949039 Signed-off-by: Arthur Zamarin gentoo.org> media-sound/id3ted/id3ted-1.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/id3ted/id3ted-1.0-r1.ebuild b/media-sound/id3ted/id3ted-1.0-r1.ebuild index 6c16c266036b..9f8778561ee8 100644 --- a/media-sound/id3ted/id3ted-1.0-r1.ebuild +++ b/media-sound/id3ted/id3ted-1.0-r1.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 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/xyb3rt/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" RDEPEND=" media-libs/taglib:=