commit: bf782e49a1200540192d1745cd26255cd7fcacb1
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 22 18:13:37 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 22 18:13:37 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf782e49
net-analyzer/wtfis: Stabilize 0.11.0 amd64, #958873
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-analyzer/wtfis/wtfis-0.11.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/wtfis/wtfis-0.11.0.ebuild
b/net-analyzer/wtfis/wtfis-0.11.0.ebuild
index 1700767a6559..b529228b64f4 100644
--- a/net-analyzer/wtfis/wtfis-0.11.0.ebuild
+++ b/net-analyzer/wtfis/wtfis-0.11.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1
DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"
@@ -15,7 +15,7 @@ if [[ ${PV} = "9999" ]]; then
EGIT_REPO_URI="https://github.com/pirxthepilot/wtfis.git"
else
SRC_URI="https://github.com/pirxthepilot/wtfis/archive/refs/tags/v${PV}.tar.gz
-> ${P}.gh.tar.gz"
- KEYWORDS="~amd64 ~loong ~x86"
+ KEYWORDS="amd64 ~loong ~x86"
fi
LICENSE="MIT"