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 240501580E0 for ; Thu, 30 Jan 2025 09:57:28 +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 00FF734310F for ; Thu, 30 Jan 2025 09:57:27 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0513211047D; Thu, 30 Jan 2025 09:57:04 +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 EA3B111047B 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 9E0EC342FA7 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 ED1B52601 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: <1738231009.0814d7e478cd381eb4b478bc51daee013d0041ae.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/taginfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/taginfo/taginfo-1.2-r3.ebuild X-VCS-Directories: media-sound/taginfo/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 0814d7e478cd381eb4b478bc51daee013d0041ae 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: 1854f623-6915-4c50-b031-94eee98b2a55 X-Archives-Hash: 9431f2fbc327c945910f556ce80bb51f commit: 0814d7e478cd381eb4b478bc51daee013d0041ae Author: Arthur Zamarin gentoo org> AuthorDate: Thu Jan 30 09:56:49 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Jan 30 09:56:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0814d7e4 media-sound/taginfo: Stabilize 1.2-r3 x86, #949042 Signed-off-by: Arthur Zamarin gentoo.org> media-sound/taginfo/taginfo-1.2-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/taginfo/taginfo-1.2-r3.ebuild b/media-sound/taginfo/taginfo-1.2-r3.ebuild index ad70c339a467..fb8e1c7bb4f7 100644 --- a/media-sound/taginfo/taginfo-1.2-r3.ebuild +++ b/media-sound/taginfo/taginfo-1.2-r3.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="http://grecni.com/software/taginfo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" RDEPEND="media-libs/taglib:=" DEPEND="${RDEPEND}"