diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-11-29 12:08:51 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-11-29 12:09:34 +0200 |
commit | bed08e287c39c2a392a13f72427e40ad596c9b04 (patch) | |
tree | 5702524ca53c17f255155c7078556c69f6084b3e /dev-vcs | |
parent | kde-frameworks/kio: Drop 5.52.0 (r0) (diff) | |
download | gentoo-bed08e287c39c2a392a13f72427e40ad596c9b04.tar.gz gentoo-bed08e287c39c2a392a13f72427e40ad596c9b04.tar.bz2 gentoo-bed08e287c39c2a392a13f72427e40ad596c9b04.zip |
dev-vcs/git-2.19.2: arm64 stable (bug #671988)
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/git-2.19.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.19.2.ebuild b/dev-vcs/git/git-2.19.2.ebuild index e9c2a982d293..49e7b780d6e2 100644 --- a/dev-vcs/git/git-2.19.2.ebuild +++ b/dev-vcs/git/git-2.19.2.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 ~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 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi LICENSE="GPL-2" |