diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2021-05-27 17:55:07 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-05-27 17:51:13 +0100 |
commit | 1abbdcbe53d5e5802580e1817440db0c8516b8d2 (patch) | |
tree | 347e15678143a9b08234d90686d9f34e538afc5d /dev-vcs | |
parent | dev-libs/libcroco: stable 0.6.13-r1 for hppa, bug #722752 (diff) | |
download | gentoo-1abbdcbe53d5e5802580e1817440db0c8516b8d2.tar.gz gentoo-1abbdcbe53d5e5802580e1817440db0c8516b8d2.tar.bz2 gentoo-1abbdcbe53d5e5802580e1817440db0c8516b8d2.zip |
dev-vcs/git: stable 2.31.1 for hppa, bug #788760
Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
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.31.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.31.1.ebuild b/dev-vcs/git/git-2.31.1.ebuild index ea9297e8bdaf..55c83131fbcc 100644 --- a/dev-vcs/git/git-2.31.1.ebuild +++ b/dev-vcs/git/git-2.31.1.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" |