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 87697159C9B for ; Thu, 1 Aug 2024 21:53:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B27482BC0DD; Thu, 1 Aug 2024 21:53:07 +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 9769D2BC0DD for ; Thu, 1 Aug 2024 21:53:07 +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 A7E8D3406BF for ; Thu, 1 Aug 2024 21:53:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDE2A1E92 for ; Thu, 1 Aug 2024 21:53:04 +0000 (UTC) From: "Thomas Clarke" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Clarke" Message-ID: <1722549061.7969d5f8352c01b1b32ed38c270f66524c1231c6.TomClarke2006@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: TomClarke2006 X-VCS-Committer-Name: Thomas Clarke X-VCS-Revision: 7969d5f8352c01b1b32ed38c270f66524c1231c6 X-VCS-Branch: dev Date: Thu, 1 Aug 2024 21:53:04 +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: a5d9c704-61f8-4c4f-b54c-afbbca0fa1ab X-Archives-Hash: afaf3dd63db4f7ced772ac55bfd790d2 commit: 7969d5f8352c01b1b32ed38c270f66524c1231c6 Author: Thomas Clarke hotmail com> AuthorDate: Thu Aug 1 21:49:28 2024 +0000 Commit: Thomas Clarke hotmail 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