Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/
Date: Sat, 06 Oct 2018 16:48:49
Message-Id: 1538844446.c2b224caa363961efd63868be9313b8291ab1143.mattst88@gentoo
1 commit: c2b224caa363961efd63868be9313b8291ab1143
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 6 16:13:22 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 6 16:47:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2b224ca
7
8 dev-vcs/git-2.18.0: ppc64 stable, bug 667518
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-vcs/git/git-2.18.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-vcs/git/git-2.18.0.ebuild b/dev-vcs/git/git-2.18.0.ebuild
16 index 2ccf339a1ae..51b45a53598 100644
17 --- a/dev-vcs/git/git-2.18.0.ebuild
18 +++ b/dev-vcs/git/git-2.18.0.ebuild
19 @@ -45,7 +45,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 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
24 + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
25 fi
26
27 LICENSE="GPL-2"