Gentoo Archives: gentoo-commits

From: WANG Xuerui <xen0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/fish/
Date: Sun, 01 May 2022 01:52:11
Message-Id: 1651368632.3e560b304b0c659d49af44f984b2bca97ec0d705.xen0n@gentoo
1 commit: 3e560b304b0c659d49af44f984b2bca97ec0d705
2 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 30 11:27:25 2022 +0000
4 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 01:30:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e560b30
7
8 app-shells/fish: keyword 3.4.1 for ~loong
9
10 Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
11
12 app-shells/fish/fish-3.4.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-shells/fish/fish-3.4.1.ebuild b/app-shells/fish/fish-3.4.1.ebuild
16 index 87792332f963..96644c7a999a 100644
17 --- a/app-shells/fish/fish-3.4.1.ebuild
18 +++ b/app-shells/fish/fish-3.4.1.ebuild
19 @@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]]; then
20 EGIT_REPO_URI="https://github.com/${PN}-shell/${PN}-shell.git"
21 else
22 SRC_URI="https://github.com/${PN}-shell/${PN}-shell/releases/download/${MY_PV}/${MY_P}.tar.xz"
23 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
24 + 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"
25 fi
26
27 LICENSE="GPL-2"