diff options
author | Markus Meier <maekke@gentoo.org> | 2017-08-23 07:00:06 +0200 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2017-08-23 07:00:06 +0200 |
commit | 71d9c5867345043a83e79e080c839672b864121d (patch) | |
tree | 0d35f1b416dc321b07874ed11f783430b65ae615 /dev-vcs/git | |
parent | dev-db/mariadb: arm stable, bug #627486 (diff) | |
download | gentoo-71d9c5867345043a83e79e080c839672b864121d.tar.gz gentoo-71d9c5867345043a83e79e080c839672b864121d.tar.bz2 gentoo-71d9c5867345043a83e79e080c839672b864121d.zip |
dev-vcs/git: arm stable, bug #627488
Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'dev-vcs/git')
-rw-r--r-- | dev-vcs/git/git-2.13.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.13.5.ebuild b/dev-vcs/git/git-2.13.5.ebuild index 2c59d6134fcd..cb392b9220cf 100644 --- a/dev-vcs/git/git-2.13.5.ebuild +++ b/dev-vcs/git/git-2.13.5.ebuild @@ -38,7 +38,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 ~sparc-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 ~sparc-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" |