diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-04-30 19:27:25 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-05-01 09:30:32 +0800 |
commit | 3e560b304b0c659d49af44f984b2bca97ec0d705 (patch) | |
tree | 2c433ef79789cc569f4d68ca7fd4ec38e63fd937 /app-shells | |
parent | dev-python/h11: keyword 0.13.0-r1 for ~loong (diff) | |
download | gentoo-3e560b304b0c659d49af44f984b2bca97ec0d705.tar.gz gentoo-3e560b304b0c659d49af44f984b2bca97ec0d705.tar.bz2 gentoo-3e560b304b0c659d49af44f984b2bca97ec0d705.zip |
app-shells/fish: keyword 3.4.1 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/fish/fish-3.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/fish/fish-3.4.1.ebuild b/app-shells/fish/fish-3.4.1.ebuild index 87792332f963..96644c7a999a 100644 --- a/app-shells/fish/fish-3.4.1.ebuild +++ b/app-shells/fish/fish-3.4.1.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://github.com/${PN}-shell/${PN}-shell.git" else SRC_URI="https://github.com/${PN}-shell/${PN}-shell/releases/download/${MY_PV}/${MY_P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" fi LICENSE="GPL-2" |