diff options
author | 2024-04-23 10:27:50 +0100 | |
---|---|---|
committer | 2024-04-23 10:27:50 +0100 | |
commit | d05c6c193d02c00a5cee3c2f07c80a56b8ea9eca (patch) | |
tree | ac427fd853eba3020da4208ba4d59a9f99c08d0f /net-analyzer | |
parent | net-misc/frr: Disable pytest plugin autoloading (diff) | |
download | gentoo-d05c6c193d02c00a5cee3c2f07c80a56b8ea9eca.tar.gz gentoo-d05c6c193d02c00a5cee3c2f07c80a56b8ea9eca.tar.bz2 gentoo-d05c6c193d02c00a5cee3c2f07c80a56b8ea9eca.zip |
net-analyzer/wtfis: Stabilize 0.8.0 amd64, #930484
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wtfis/wtfis-0.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/wtfis/wtfis-0.8.0.ebuild b/net-analyzer/wtfis/wtfis-0.8.0.ebuild index 002d2b6053e0..bdc1b3c16c72 100644 --- a/net-analyzer/wtfis/wtfis-0.8.0.ebuild +++ b/net-analyzer/wtfis/wtfis-0.8.0.ebuild @@ -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" |