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 1C64C159168 for ; Sun, 6 Aug 2023 11:52:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 616442BC013; Sun, 6 Aug 2023 11:52:22 +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 48AB52BC013 for ; Sun, 6 Aug 2023 11:52:22 +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 57EEC340E2C for ; Sun, 6 Aug 2023 11:52:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF4E1F15 for ; Sun, 6 Aug 2023 11:52:19 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1691322730.b2f4999cc13612917f2b9642fa05d6ea9ca7029f.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/transwhat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild X-VCS-Directories: net-im/transwhat/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: b2f4999cc13612917f2b9642fa05d6ea9ca7029f X-VCS-Branch: master Date: Sun, 6 Aug 2023 11:52:19 +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: 8b96953b-62f7-4acd-97c4-14719ea1b09b X-Archives-Hash: c48525d18fc107790c0710938c3cd738 commit: b2f4999cc13612917f2b9642fa05d6ea9ca7029f Author: Conrad Kostecki gentoo org> AuthorDate: Sun Aug 6 11:51:29 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Aug 6 11:52:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2f4999c net-im/transwhat: fix install Closes: https://bugs.gentoo.org/911798 Signed-off-by: Conrad Kostecki gentoo.org> net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild b/net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild index e7c480d00bb3..a6fbc475149e 100644 --- a/net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild +++ b/net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild @@ -34,6 +34,6 @@ src_prepare() { # Spectrum2 must be lower case sed \ - -e 's/Spectrum2/spectrum2/g' + -e 's/Spectrum2/spectrum2/g' \ -i transWhat/{buddy,group,registersession,session,transwhat,whatsappbackend}.py || die }