commit: d1a139c6267249966dd23f333b40ff939329f685 Author: Valérian Rousset <tharvik <AT> proton <DOT> me> AuthorDate: Sun Sep 21 07:17:15 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 22 02:40:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a139c6
net-vpn/i2p: add some build deps Closes: https://bugs.gentoo.org/958886 Signed-off-by: Valérian Rousset <tharvik <AT> proton.me> Part-of: https://github.com/gentoo/gentoo/pull/43879 Closes: https://github.com/gentoo/gentoo/pull/43879 Signed-off-by: Sam James <sam <AT> gentoo.org> net-vpn/i2p/i2p-2.8.2.ebuild | 2 ++ net-vpn/i2p/i2p-2.9.0.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/net-vpn/i2p/i2p-2.8.2.ebuild b/net-vpn/i2p/i2p-2.8.2.ebuild index a89f239c8cea..c29d61ccca74 100644 --- a/net-vpn/i2p/i2p-2.8.2.ebuild +++ b/net-vpn/i2p/i2p-2.8.2.ebuild @@ -51,6 +51,8 @@ DEPEND=" " BDEPEND=" >=dev-java/ant-1.10.14-r3:0 + sys-apps/which + sys-devel/gettext test? ( >=dev-java/ant-1.10.14-r3:0[junit4] ) diff --git a/net-vpn/i2p/i2p-2.9.0.ebuild b/net-vpn/i2p/i2p-2.9.0.ebuild index 442a6d309a7b..5c6622d9a7b1 100644 --- a/net-vpn/i2p/i2p-2.9.0.ebuild +++ b/net-vpn/i2p/i2p-2.9.0.ebuild @@ -51,6 +51,8 @@ DEPEND=" " BDEPEND=" >=dev-java/ant-1.10.14-r3:0 + sys-apps/which + sys-devel/gettext test? ( >=dev-java/ant-1.10.14-r3:0[junit4] )
