diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-06-01 00:34:29 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-06-01 00:34:46 +0300 |
commit | 5a4d05ebb3fcad38a19c4ce6dea0d9340e2df308 (patch) | |
tree | 6b3a94ebc5830fb8fe159ce3bec85e20c0282af3 /dev-vcs | |
parent | app-misc/terminal-colors: add py36. (diff) | |
download | gentoo-5a4d05ebb3fcad38a19c4ce6dea0d9340e2df308.tar.gz gentoo-5a4d05ebb3fcad38a19c4ce6dea0d9340e2df308.tar.bz2 gentoo-5a4d05ebb3fcad38a19c4ce6dea0d9340e2df308.zip |
dev-vcs/git: arm stable wrt bug #656868
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/git-2.16.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.16.4.ebuild b/dev-vcs/git/git-2.16.4.ebuild index 6255ec6b3b0f..7468941e0114 100644 --- a/dev-vcs/git/git-2.16.4.ebuild +++ b/dev-vcs/git/git-2.16.4.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" |