Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/fish/
Date: Thu, 19 May 2022 09:29:39
Message-Id: 1652952513.4458bc7691519cac5514da98c835cae6f15eb3ed.ago@gentoo
1 commit: 4458bc7691519cac5514da98c835cae6f15eb3ed
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 09:28:33 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 09:28:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4458bc76
7
8 app-shells/fish: arm64 stable wrt bug #835339
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 RepoMan-Options: --include-arches="arm64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 app-shells/fish/fish-3.4.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-shells/fish/fish-3.4.0.ebuild b/app-shells/fish/fish-3.4.0.ebuild
18 index 4520db7a0454..761a34b45d20 100644
19 --- a/app-shells/fish/fish-3.4.0.ebuild
20 +++ b/app-shells/fish/fish-3.4.0.ebuild
21 @@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]]; then
22 EGIT_REPO_URI="https://github.com/${PN}-shell/${PN}-shell.git"
23 else
24 SRC_URI="https://github.com/${PN}-shell/${PN}-shell/releases/download/${MY_PV}/${MY_P}.tar.xz"
25 - KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
26 + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
27 fi
28
29 LICENSE="GPL-2"