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 7F76E15806E for ; Sat, 20 May 2023 11:09:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EB09E0869; Sat, 20 May 2023 11:09:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 59CAAE0869 for ; Sat, 20 May 2023 11:09:00 +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 81478340E87 for ; Sat, 20 May 2023 11:08:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A797AA67 for ; Sat, 20 May 2023 11:08:57 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1684580929.3f54e138c20cb28c86d319682dec54c8bdeecf93.sam@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.1.0-r1.ebuild net-vpn/i2p/i2p-2.1.0.ebuild X-VCS-Directories: net-vpn/i2p/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3f54e138c20cb28c86d319682dec54c8bdeecf93 X-VCS-Branch: master Date: Sat, 20 May 2023 11:08:57 +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: 83145388-e2b3-4a65-89d5-443e6bc81776 X-Archives-Hash: 5e71c0f33af9c6f6d95798c933d73680 commit: 3f54e138c20cb28c86d319682dec54c8bdeecf93 Author: Sam James gentoo org> AuthorDate: Sat May 20 11:08:42 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 20 11:08:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f54e138 net-vpn/i2p: 2.1.0 needs newer nativebiginteger Signed-off-by: Sam James gentoo.org> net-vpn/i2p/{i2p-2.1.0.ebuild => i2p-2.1.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-vpn/i2p/i2p-2.1.0.ebuild b/net-vpn/i2p/i2p-2.1.0-r1.ebuild similarity index 99% rename from net-vpn/i2p/i2p-2.1.0.ebuild rename to net-vpn/i2p/i2p-2.1.0-r1.ebuild index ab62e452b1b0..f927c3080df1 100644 --- a/net-vpn/i2p/i2p-2.1.0.ebuild +++ b/net-vpn/i2p/i2p-2.1.0-r1.ebuild @@ -38,7 +38,7 @@ CP_DEPEND=" dev-java/minidns-core:1 dev-java/zxing-core:3 dev-java/zxing-javase:3 - net-libs/nativebiginteger:0 + >=net-libs/nativebiginteger-2.1.0:0 sys-devel/gettext:0[java] >=www-servers/tomcat-9.0.73:9 "