commit: bcf362ac6195438394a09c1819b3e7d7f6446363 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jun 13 01:07:51 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jun 13 01:07:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf362ac
dev-libs/geoip: unrestrict tests I assume fixed upstream in 416243bf96334ba3085bc124b35e52583b7fa2b7. Bug: https://bugs.gentoo.org/494650 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/geoip/geoip-1.6.12-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/geoip/geoip-1.6.12-r1.ebuild b/dev-libs/geoip/geoip-1.6.12-r1.ebuild index b4ea2e0276fd..78ebef6eb8a6 100644 --- a/dev-libs/geoip/geoip-1.6.12-r1.ebuild +++ b/dev-libs/geoip/geoip-1.6.12-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ LICENSE="LGPL-2.1 GPL-2 MaxMind2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="static-libs" -RESTRICT="test" +#RESTRICT="test" DEPEND="net-misc/wget" RDEPEND="${DEPEND}"
