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 A1181158287 for ; Sun, 18 May 2025 12:29:02 +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 8BBCC343416 for ; Sun, 18 May 2025 12:29:02 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 128DF1104A8; Sun, 18 May 2025 12:28:48 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 066361104A8 for ; Sun, 18 May 2025 12:28:48 +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 B49163433E1 for ; Sun, 18 May 2025 12:28:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 506F22834 for ; Sun, 18 May 2025 12:28:45 +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: <1747571321.7ba1b7a8b40411e3d90a9cc5d92acf412c88730c.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/aegisub/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/aegisub/aegisub-3.4.2-r1.ebuild X-VCS-Directories: media-video/aegisub/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 7ba1b7a8b40411e3d90a9cc5d92acf412c88730c X-VCS-Branch: master Date: Sun, 18 May 2025 12:28:45 +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: e059475d-0170-4295-a237-373bfa8b7655 X-Archives-Hash: fe6468d4aec9a94e7e8b2e387e4d199a commit: 7ba1b7a8b40411e3d90a9cc5d92acf412c88730c Author: Arthur Zamarin gentoo org> AuthorDate: Sun May 18 12:28:41 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun May 18 12:28:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ba1b7a8 media-video/aegisub: Stabilize 3.4.2-r1 x86, #956270 Signed-off-by: Arthur Zamarin gentoo.org> media-video/aegisub/aegisub-3.4.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/aegisub/aegisub-3.4.2-r1.ebuild b/media-video/aegisub/aegisub-3.4.2-r1.ebuild index 3a179dcd7b42..7961cbdfb5a3 100644 --- a/media-video/aegisub/aegisub-3.4.2-r1.ebuild +++ b/media-video/aegisub/aegisub-3.4.2-r1.ebuild @@ -21,7 +21,7 @@ if [[ ${PV} == *9999 ]]; then inherit git-r3 else SRC_URI="https://github.com/TypesettingTools/Aegisub/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 x86" fi LICENSE="BSD MIT" SLOT="0"