diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2021-03-22 00:20:36 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2021-03-22 00:20:36 +0000 |
commit | c830cfb8f3ffa7353fa931b6d478cd3cea919894 (patch) | |
tree | 4ee1fa572f62e1b56a23a4d59d1f6c47795964a0 /dev-vcs | |
parent | 2021-03-21 23:35:51 UTC (diff) | |
parent | dev-perl/Font-TTF: Stabilize 1.60.0-r1 arm64, #777591 (diff) | |
download | gentoo-c830cfb8f3ffa7353fa931b6d478cd3cea919894.tar.gz gentoo-c830cfb8f3ffa7353fa931b6d478cd3cea919894.tar.bz2 gentoo-c830cfb8f3ffa7353fa931b6d478cd3cea919894.zip |
Merge updates from master
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/git-2.26.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.26.3.ebuild b/dev-vcs/git/git-2.26.3.ebuild index 90969c232b98..6932d90f123d 100644 --- a/dev-vcs/git/git-2.26.3.ebuild +++ b/dev-vcs/git/git-2.26.3.ebuild @@ -46,7 +46,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 ~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi LICENSE="GPL-2" |