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 B31F31582EF for ; Thu, 13 Feb 2025 10:31:36 +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 9E97B343083 for ; Thu, 13 Feb 2025 10:31:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9DA7A11042D; Thu, 13 Feb 2025 10:31:35 +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 9444611042D for ; Thu, 13 Feb 2025 10:31:35 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4444734307A for ; Thu, 13 Feb 2025 10:31:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FC042654 for ; Thu, 13 Feb 2025 10:31:33 +0000 (UTC) From: "Nick Sarnie" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nick Sarnie" Message-ID: <1739442672.c7fb5910f4d3b9fd02f4e41477865d10ddcdc453.sarnex@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.ebuild media-video/aegisub/aegisub-9999.ebuild X-VCS-Directories: media-video/aegisub/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: c7fb5910f4d3b9fd02f4e41477865d10ddcdc453 X-VCS-Branch: master Date: Thu, 13 Feb 2025 10:31:33 +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: a86daf05-28a3-4ed8-a1a4-166fad7e3bfe X-Archives-Hash: a18d9a14310bd356e3e99a7f2c205939 commit: c7fb5910f4d3b9fd02f4e41477865d10ddcdc453 Author: Nick Sarnie gentoo org> AuthorDate: Thu Feb 13 10:25:49 2025 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Thu Feb 13 10:31:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7fb5910 media-video/aegisub: Fix locale configure error Closes: https://bugs.gentoo.org/947170 Signed-off-by: Nick Sarnie gentoo.org> media-video/aegisub/aegisub-3.4.2.ebuild | 1 + media-video/aegisub/aegisub-9999.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/media-video/aegisub/aegisub-3.4.2.ebuild b/media-video/aegisub/aegisub-3.4.2.ebuild index 84c85dd0f0f5..2dbd4828ef2d 100644 --- a/media-video/aegisub/aegisub-3.4.2.ebuild +++ b/media-video/aegisub/aegisub-3.4.2.ebuild @@ -98,6 +98,7 @@ src_prepare() { rm automation/tests/modules/lfs.moon || die remove_locale() { + sed -i -e "s/^${1}\(@latin\)\?//g" po/LINGUAS || die rm "po/${1}.po" || die } diff --git a/media-video/aegisub/aegisub-9999.ebuild b/media-video/aegisub/aegisub-9999.ebuild index 382c883351f0..afd9046da3ae 100644 --- a/media-video/aegisub/aegisub-9999.ebuild +++ b/media-video/aegisub/aegisub-9999.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=7 @@ -99,6 +99,7 @@ src_prepare() { rm automation/tests/modules/lfs.moon || die remove_locale() { + sed -i -e "s/^${1}\(@latin\)\?//g" po/LINGUAS || die rm "po/${1}.po" || die }