diff options
author | 2021-12-30 13:09:48 +0100 | |
---|---|---|
committer | 2021-12-30 13:09:49 +0000 | |
commit | 462205101d536624823aff5925310b990f54813e (patch) | |
tree | 3269456aaf7e7324375d6e5dd0fc63d2d3763173 /dev-vcs | |
parent | dev-libs/libptytty: stable 2.0 for sparc, bug #830196 (diff) | |
download | gentoo-462205101d536624823aff5925310b990f54813e.tar.gz gentoo-462205101d536624823aff5925310b990f54813e.tar.bz2 gentoo-462205101d536624823aff5925310b990f54813e.zip |
dev-vcs/git: stable 2.34.1 for hppa, bug #830134
Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/git-2.34.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.34.1.ebuild b/dev-vcs/git/git-2.34.1.ebuild index 7de15f4379ef..9d1dc7210eb8 100644 --- a/dev-vcs/git/git-2.34.1.ebuild +++ b/dev-vcs/git/git-2.34.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 ~m68k ~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 ~m68k ~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" |