commit: 47500446066873dca19cc142fbeb99afca58e8de
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu May 23 09:13:33 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> 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 <flow <AT> 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'