diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-07-29 17:30:46 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-07-29 17:30:46 +0300 |
commit | 9a68a6b82f097b61e022a15af7b5cb76028af9ea (patch) | |
tree | 78a8f94125ca4965859992b45ec1df3e05b9a56a /app-shells | |
parent | sys-apps/systemd: alpha stable wrt bug #689612 (diff) | |
download | gentoo-9a68a6b82f097b61e022a15af7b5cb76028af9ea.tar.gz gentoo-9a68a6b82f097b61e022a15af7b5cb76028af9ea.tar.bz2 gentoo-9a68a6b82f097b61e022a15af7b5cb76028af9ea.zip |
app-shells/fish: arm stable wrt bug #685600
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/fish/fish-3.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/fish/fish-3.0.2.ebuild b/app-shells/fish/fish-3.0.2.ebuild index e6150ca3dcc6..047dd2c59a77 100644 --- a/app-shells/fish/fish-3.0.2.ebuild +++ b/app-shells/fish/fish-3.0.2.ebuild @@ -16,7 +16,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.gz" - KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" + KEYWORDS="amd64 arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" fi LICENSE="GPL-2" |