summaryrefslogtreecommitdiff
path: root/net-analyzer/wtfis/wtfis-0.9.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/wtfis/wtfis-0.9.1.ebuild')
-rw-r--r--net-analyzer/wtfis/wtfis-0.9.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/wtfis/wtfis-0.9.1.ebuild b/net-analyzer/wtfis/wtfis-0.9.1.ebuild
index 5982358071db..26827deac662 100644
--- a/net-analyzer/wtfis/wtfis-0.9.1.ebuild
+++ b/net-analyzer/wtfis/wtfis-0.9.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..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"