Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/
Date: Wed, 12 Feb 2020 09:35:38
Message-Id: 1581500132.0327c6dbfd72f69adfa5271c031741f748ffee5c.ago@gentoo
1 commit: 0327c6dbfd72f69adfa5271c031741f748ffee5c
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 12 09:35:32 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 12 09:35:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0327c6db
7
8 dev-vcs/git: ppc64 stable wrt bug #702296
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 RepoMan-Options: --include-arches="ppc64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-vcs/git/git-2.21.1.ebuild | 2 +-
15 dev-vcs/git/git-2.24.1.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-vcs/git/git-2.21.1.ebuild b/dev-vcs/git/git-2.21.1.ebuild
19 index 732aadbe89e..5302c78a7fa 100644
20 --- a/dev-vcs/git/git-2.21.1.ebuild
21 +++ b/dev-vcs/git/git-2.21.1.ebuild
22 @@ -45,7 +45,7 @@ if [[ ${PV} != *9999 ]]; then
23 ${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
24 )"
25 [[ "${PV}" = *_rc* ]] || \
26 - KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ~ppc64 s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
27 + KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
28 fi
29
30 LICENSE="GPL-2"
31
32 diff --git a/dev-vcs/git/git-2.24.1.ebuild b/dev-vcs/git/git-2.24.1.ebuild
33 index a1583d7647a..a221c8fdcca 100644
34 --- a/dev-vcs/git/git-2.24.1.ebuild
35 +++ b/dev-vcs/git/git-2.24.1.ebuild
36 @@ -46,7 +46,7 @@ if [[ ${PV} != *9999 ]]; then
37 ${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
38 )"
39 [[ "${PV}" == *_rc* ]] || \
40 - KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ~ppc64 ~riscv s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
41 + KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~riscv s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
42 fi
43
44 LICENSE="GPL-2"