Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/fish/
Date: Thu, 07 Jan 2021 20:14:09
Message-Id: 1610050415.d20a2f2477e53591dbf583c1cf1ae1e7c936481a.sam@gentoo
1 commit: d20a2f2477e53591dbf583c1cf1ae1e7c936481a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 20:13:35 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 20:13:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d20a2f24
7
8 app-shells/fish: Stabilize 3.1.2 ppc64, #762910
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-shells/fish/fish-3.1.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-shells/fish/fish-3.1.2.ebuild b/app-shells/fish/fish-3.1.2.ebuild
16 index 8e420aa0e48..a50c8dfeff3 100644
17 --- a/app-shells/fish/fish-3.1.2.ebuild
18 +++ b/app-shells/fish/fish-3.1.2.ebuild
19 @@ -16,7 +16,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.gz"
23 - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
24 + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
25 fi
26
27 LICENSE="GPL-2"