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 90C901581D3 for ; Thu, 23 May 2024 09:14:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB4E3E2A08; Thu, 23 May 2024 09:14:25 +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 AF70FE2A08 for ; Thu, 23 May 2024 09:14:25 +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 C9E2433BF03 for ; Thu, 23 May 2024 09:14:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCFFF1B3E for ; Thu, 23 May 2024 09:14:21 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1716455642.47500446066873dca19cc142fbeb99afca58e8de.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/i2p/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/i2p/i2p-2.5.2.ebuild X-VCS-Directories: net-vpn/i2p/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 47500446066873dca19cc142fbeb99afca58e8de X-VCS-Branch: master Date: Thu, 23 May 2024 09:14:21 +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: e67f6141-3a0c-453f-acba-617aa0614d60 X-Archives-Hash: d53c5cf72505c9ee6f3a1dcba02bbfb0 commit: 47500446066873dca19cc142fbeb99afca58e8de Author: Florian Schmaus gentoo org> AuthorDate: Thu May 23 09:13:33 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu May 23 09:14:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47500446 net-vpn/i2p: drop no-op sed expression, as reported by iwdevtools Signed-off-by: Florian Schmaus gentoo.org> net-vpn/i2p/i2p-2.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-vpn/i2p/i2p-2.5.2.ebuild b/net-vpn/i2p/i2p-2.5.2.ebuild index ceeda7588621..0230dbb8dd40 100644 --- a/net-vpn/i2p/i2p-2.5.2.ebuild +++ b/net-vpn/i2p/i2p-2.5.2.ebuild @@ -113,7 +113,7 @@ src_prepare() { # bcprov rm -r core/java/src/net/i2p/crypto/elgamal || die 'unbundle bcprov' - sed -e 's,net\.i2p\.crypto\.elgamal\.impl,org.bouncycastle.jce.provider,' \ + sed \ -e 's,net\.i2p\.crypto\.elgamal\.spec,org.bouncycastle.jce.spec,' \ -i core/java/src/net/i2p/crypto/{provider/I2PProvider,CryptoConstants}.java || die 'redirect imports of bcprov'