diff options
author | Raymond Wong <infiwang@pm.me> | 2022-05-10 18:31:23 +0800 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-05-10 18:39:37 +0200 |
commit | cfb40653c5b6e5e085ed898c80e295f94fed8581 (patch) | |
tree | 536090769b05fd37803bdefd3952a4c95f8ccf2d /app-shells/fish | |
parent | app-shells/fish: forward ~mips (diff) | |
download | gentoo-cfb40653c5b6e5e085ed898c80e295f94fed8581.tar.gz gentoo-cfb40653c5b6e5e085ed898c80e295f94fed8581.tar.bz2 gentoo-cfb40653c5b6e5e085ed898c80e295f94fed8581.zip |
app-shells/fish: forward ~riscv
Signed-off-by: Raymond Wong <infiwang@pm.me>
Closes: https://github.com/gentoo/gentoo/pull/25417
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-shells/fish')
-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 5faf264b7478..de44bf1d4092 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 ~mips ~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 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" fi LICENSE="GPL-2" |