diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-07-04 11:29:40 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-07-04 11:29:40 +0200 |
commit | c43ee1684946eefb36ad51e732f92f2d56cac760 (patch) | |
tree | f9386329bc402e25490a43e5f6189ece60172ec1 /net-analyzer | |
parent | sci-astronomy/siril: Stabilize 1.2.1-r1 amd64, #935438 (diff) | |
download | gentoo-c43ee1684946eefb36ad51e732f92f2d56cac760.tar.gz gentoo-c43ee1684946eefb36ad51e732f92f2d56cac760.tar.bz2 gentoo-c43ee1684946eefb36ad51e732f92f2d56cac760.zip |
net-analyzer/wtfis: Stabilize 0.9.1 amd64, #935439
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wtfis/wtfis-0.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/wtfis/wtfis-0.9.1.ebuild b/net-analyzer/wtfis/wtfis-0.9.1.ebuild index 5982358071db..9923f850d1f3 100644 --- a/net-analyzer/wtfis/wtfis-0.9.1.ebuild +++ b/net-analyzer/wtfis/wtfis-0.9.1.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" |