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 83E9215803E for ; Thu, 4 Jan 2024 18:11:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 144032BC065; Thu, 4 Jan 2024 18:11:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 pigeon.gentoo.org (Postfix) with ESMTPS id EEC502BC060 for ; Thu, 4 Jan 2024 18:11:23 +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 299833430A3 for ; Thu, 4 Jan 2024 18:11:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDBB314D3 for ; Thu, 4 Jan 2024 18:11:19 +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: <1704391872.66cb145825e185614f4f2a480850e2f4d2f76526.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/yoshimi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/yoshimi/yoshimi-2.3.1.3.ebuild X-VCS-Directories: media-sound/yoshimi/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 66cb145825e185614f4f2a480850e2f4d2f76526 X-VCS-Branch: master Date: Thu, 4 Jan 2024 18:11:19 +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: 19f900ae-ab40-4a74-bc3f-bbc2dbb92021 X-Archives-Hash: 49fea6f5ea413350689e656a0b5eb2f6 commit: 66cb145825e185614f4f2a480850e2f4d2f76526 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Jan 4 18:11:12 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Jan 4 18:11:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66cb1458 media-sound/yoshimi: Stabilize 2.3.1.3 x86, #921354 Signed-off-by: Arthur Zamarin gentoo.org> media-sound/yoshimi/yoshimi-2.3.1.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/yoshimi/yoshimi-2.3.1.3.ebuild b/media-sound/yoshimi/yoshimi-2.3.1.3.ebuild index 05891f3b33aa..dc91457a4fd2 100644 --- a/media-sound/yoshimi/yoshimi-2.3.1.3.ebuild +++ b/media-sound/yoshimi/yoshimi-2.3.1.3.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 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN^}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="+lv2" BDEPEND="virtual/pkgconfig"