diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2023-09-28 00:53:18 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2023-09-28 01:58:31 +0800 |
commit | 921a1d5bcec57d194cae1968328703428568ee08 (patch) | |
tree | e438e18ecc46a04847fa19a841f80f11cd7ac23d /net-analyzer/wtfis | |
parent | dev-python/annotated-types: keyword 0.5.0 for ~loong (diff) | |
download | gentoo-921a1d5bcec57d194cae1968328703428568ee08.tar.gz gentoo-921a1d5bcec57d194cae1968328703428568ee08.tar.bz2 gentoo-921a1d5bcec57d194cae1968328703428568ee08.zip |
net-analyzer/wtfis: keyword 0.7.1 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'net-analyzer/wtfis')
-rw-r--r-- | net-analyzer/wtfis/wtfis-0.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/wtfis/wtfis-0.7.1.ebuild b/net-analyzer/wtfis/wtfis-0.7.1.ebuild index c710b351a5ba..2d1aacc2f992 100644 --- a/net-analyzer/wtfis/wtfis-0.7.1.ebuild +++ b/net-analyzer/wtfis/wtfis-0.7.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 ~x86" + KEYWORDS="~amd64 ~loong ~x86" fi LICENSE="MIT" |