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 3B053159C9C for ; Fri, 2 Aug 2024 09:31:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D67D5E2AF7; Fri, 2 Aug 2024 09:31:27 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA75BE2AF7 for ; Fri, 2 Aug 2024 09:31:27 +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 BBD67340DC8 for ; Fri, 2 Aug 2024 09:31:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00D091E9A for ; Fri, 2 Aug 2024 09:31:25 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1722549061.7969d5f8352c01b1b32ed38c270f66524c1231c6.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-im/whatsapp-for-linux/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/whatsapp-for-linux/whatsapp-for-linux-1.6.4.ebuild X-VCS-Directories: net-im/whatsapp-for-linux/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 7969d5f8352c01b1b32ed38c270f66524c1231c6 X-VCS-Branch: master Date: Fri, 2 Aug 2024 09:31:25 +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: 9f634ec0-8c89-4a75-9ec4-d5269ed80a8d X-Archives-Hash: ac2ed180d7e6f96abf91e85070054931 commit: 7969d5f8352c01b1b32ed38c270f66524c1231c6 Author: Thomas Clarke hotmail com> AuthorDate: Thu Aug 1 21:49:28 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Aug 1 21:51:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7969d5f8 net-im/whatsapp-for-linux: fix bug 936919 Signed-off-by: Thomas Clarke hotmail.com> net-im/whatsapp-for-linux/whatsapp-for-linux-1.6.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/whatsapp-for-linux/whatsapp-for-linux-1.6.4.ebuild b/net-im/whatsapp-for-linux/whatsapp-for-linux-1.6.4.ebuild index fc2258fca..714f25d54 100644 --- a/net-im/whatsapp-for-linux/whatsapp-for-linux-1.6.4.ebuild +++ b/net-im/whatsapp-for-linux/whatsapp-for-linux-1.6.4.ebuild @@ -13,7 +13,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" -LANGUAGES="en es it ka nl pt-BR ru tr" +LANGUAGES="es it ka nl pt-BR ru tr" for lang in ${LANGUAGES}; do IUSE+=" +l10n_${lang}" done