diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-03-11 18:07:55 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-03-11 18:55:58 -0700 |
commit | b4da8dd0042eaf56416f5903139bef4a6ed991fb (patch) | |
tree | ce219784a892df4d5aa79e2ec6348947fbb0e4a2 /dev-vcs/git | |
parent | dev-vcs/git-2.16.1: ppc stable, bug 647446 (diff) | |
download | gentoo-b4da8dd0042eaf56416f5903139bef4a6ed991fb.tar.gz gentoo-b4da8dd0042eaf56416f5903139bef4a6ed991fb.tar.bz2 gentoo-b4da8dd0042eaf56416f5903139bef4a6ed991fb.zip |
dev-vcs/git-2.16.1: ppc64 stable, bug 647446
Diffstat (limited to 'dev-vcs/git')
-rw-r--r-- | dev-vcs/git/git-2.16.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.16.1.ebuild b/dev-vcs/git/git-2.16.1.ebuild index b8d7b6c2642c..5f587fc48aff 100644 --- a/dev-vcs/git/git-2.16.1.ebuild +++ b/dev-vcs/git/git-2.16.1.ebuild @@ -45,7 +45,7 @@ if [[ ${PV} != *9999 ]]; then ${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX} )" [[ "${PV}" = *_rc* ]] || \ - KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi LICENSE="GPL-2" |