Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/
Date: Fri, 01 Apr 2022 06:53:55
Message-Id: 1648795989.976f4c5b2511d9508a091a7a51a2fde24ba5209c.arthurzam@gentoo
1 commit: 976f4c5b2511d9508a091a7a51a2fde24ba5209c
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 06:53:09 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 06:53:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=976f4c5b
7
8 dev-vcs/git: Stabilize 2.35.1 arm, #836296
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-vcs/git/git-2.35.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-vcs/git/git-2.35.1.ebuild b/dev-vcs/git/git-2.35.1.ebuild
16 index 08684336484a..f7bcb763091f 100644
17 --- a/dev-vcs/git/git-2.35.1.ebuild
18 +++ b/dev-vcs/git/git-2.35.1.ebuild
19 @@ -46,7 +46,7 @@ if [[ ${PV} != *9999 ]]; then
20 ${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
21 )"
22 [[ "${PV}" == *_rc* ]] || \
23 - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
24 + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
25 fi
26
27 LICENSE="GPL-2"