diff options
author | Raymond Wong <infiwang@pm.me> | 2022-05-10 18:30:03 +0800 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-05-10 18:39:36 +0200 |
commit | 158d5cfdb8a5ebc7a02ec8b8391d01749a702c2a (patch) | |
tree | f710e063e445228e8d7b914bbcfddf0c547ab2dd /app-shells | |
parent | app-shells/zsh-syntax-highlighting: keyword 0.7.1 for ~riscv (diff) | |
download | gentoo-158d5cfdb8a5ebc7a02ec8b8391d01749a702c2a.tar.gz gentoo-158d5cfdb8a5ebc7a02ec8b8391d01749a702c2a.tar.bz2 gentoo-158d5cfdb8a5ebc7a02ec8b8391d01749a702c2a.zip |
app-shells/fish: forward ~mips
Signed-off-by: Raymond Wong <infiwang@pm.me>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/fish/fish-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/fish/fish-9999.ebuild b/app-shells/fish/fish-9999.ebuild index dc549c756ea5..5faf264b7478 100644 --- a/app-shells/fish/fish-9999.ebuild +++ b/app-shells/fish/fish-9999.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 ~loong ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" fi LICENSE="GPL-2" |