diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-03-03 01:32:58 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-03-03 01:41:47 +0200 |
commit | aa557807595158970625d5c999b5b7480cf0985b (patch) | |
tree | c21e6f8e8a09868e790034c518b088f8421e3532 /dev-vcs | |
parent | profiles/arch/arm64: Stable mask dev-vcs/git[highlight] (diff) | |
download | gentoo-aa557807595158970625d5c999b5b7480cf0985b.tar.gz gentoo-aa557807595158970625d5c999b5b7480cf0985b.tar.bz2 gentoo-aa557807595158970625d5c999b5b7480cf0985b.zip |
dev-vcs/git-2.16.1: arm64 stable (bug #647446)
Package-Manager: Portage-2.3.19, Repoman-2.3.6
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 4e97957c393c..11833ac40d80 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" |