diff options
author | Raymond Wong <infiwang@pm.me> | 2022-04-24 16:06:54 +0800 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-24 13:05:37 +0200 |
commit | 5d6e2f94f6421a6123295fcb0dd7e454e787f4f5 (patch) | |
tree | 434fc5a2e8937c454c6b1870f68cff54a5e991f9 /app-shells | |
parent | app-shells/fish: Keyword 3.4.1 riscv, #840236 (diff) | |
download | gentoo-5d6e2f94f6421a6123295fcb0dd7e454e787f4f5.tar.gz gentoo-5d6e2f94f6421a6123295fcb0dd7e454e787f4f5.tar.bz2 gentoo-5d6e2f94f6421a6123295fcb0dd7e454e787f4f5.zip |
app-shells/fish: Keyword 3.4.1 mips, #840236
Signed-off-by: Raymond Wong <infiwang@pm.me>
Closes: https://github.com/gentoo/gentoo/pull/25176
Signed-off-by: Jakov Smolić <jsmolic@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 2a76439ee7f9..87792332f963 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 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" fi LICENSE="GPL-2" |