diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2021-03-19 17:18:22 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-03-19 18:57:17 +0000 |
commit | 5c4808b14af4c146730c8b1dd59859a0044ae248 (patch) | |
tree | 130f0d5a7dbf15cc122fa2b32a6222acd8b54a34 /dev-vcs | |
parent | dev-lang/python: stable 2.7.18_p7 for sparc, bug #770853 (diff) | |
download | gentoo-5c4808b14af4c146730c8b1dd59859a0044ae248.tar.gz gentoo-5c4808b14af4c146730c8b1dd59859a0044ae248.tar.bz2 gentoo-5c4808b14af4c146730c8b1dd59859a0044ae248.zip |
dev-vcs/git: stable 2.26.3 for sparc, bug #774678
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
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 0ab03a5d92bf..90969c232b98 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" |