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 ACA1715802E for ; Wed, 3 Jul 2024 05:30:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7CA72BC0A7; Wed, 3 Jul 2024 05:30:30 +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 pigeon.gentoo.org (Postfix) with ESMTPS id BB2422BC0A7 for ; Wed, 3 Jul 2024 05:30:30 +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 D4215342FB0 for ; Wed, 3 Jul 2024 05:30:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC6681DBF for ; Wed, 3 Jul 2024 05:30:26 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1719984617.5760b894bd1e9638a56186330c3c0365dfec84f7.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/vdr-plugin-2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 5760b894bd1e9638a56186330c3c0365dfec84f7 X-VCS-Branch: master Date: Wed, 3 Jul 2024 05:30:26 +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: 5d512e66-81af-4b8a-b392-17304261a182 X-Archives-Hash: 29c2c6b98e14c62e4e98d3e01fcd3111 commit: 5760b894bd1e9638a56186330c3c0365dfec84f7 Author: Martin Dummer gmx net> AuthorDate: Sun Jun 23 06:13:43 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jul 3 05:30:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5760b894 vdr-plugin-2.eclass: fix behaviour with LINGUAS="en" when LINGUAS="en" is defined, vdr-plugin-2_src_install() stops erroneously Closes: https://bugs.gentoo.org/796731 Signed-off-by: Martin Dummer gmx.net> Closes: https://github.com/gentoo/gentoo/pull/37250 Signed-off-by: Joonas Niilola gentoo.org> eclass/vdr-plugin-2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/vdr-plugin-2.eclass b/eclass/vdr-plugin-2.eclass index 289c3d1a624a..dc70ca7c5761 100644 --- a/eclass/vdr-plugin-2.eclass +++ b/eclass/vdr-plugin-2.eclass @@ -286,7 +286,7 @@ vdr_linguas_support() { || die "sed failed for Linguas" done - strip-linguas ${PLUGIN_LINGUAS} en + strip-linguas ${PLUGIN_LINGUAS} } # @FUNCTION: vdr_i18n