diff options
author | Markus Meier <maekke@gentoo.org> | 2018-03-06 20:38:46 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2018-03-06 20:39:18 +0100 |
commit | 17947840281e8afb412b8889b90ff46351da11f1 (patch) | |
tree | 63dd6272199fc4cf3168af71a3ce7174b4ff4b67 /dev-vcs | |
parent | dev-lang/go: arm stable, bug #647250 (diff) | |
download | gentoo-17947840281e8afb412b8889b90ff46351da11f1.tar.gz gentoo-17947840281e8afb412b8889b90ff46351da11f1.tar.bz2 gentoo-17947840281e8afb412b8889b90ff46351da11f1.zip |
dev-vcs/git: arm stable, bug #647446
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'dev-vcs')
-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 c031dcbda500..edc3c1e16def 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" |