diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-22 18:00:22 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-22 18:00:22 +0300 |
commit | 3b65b5f075975e96f59c091378ddd266a5e94992 (patch) | |
tree | 60f9c707cb74c49cbf16a67b05d96cd34bbabe25 /dev-vcs | |
parent | sys-fs/cryptsetup: Stabilize 2.4.3-r2 hppa, #877775 (diff) | |
download | gentoo-3b65b5f075975e96f59c091378ddd266a5e94992.tar.gz gentoo-3b65b5f075975e96f59c091378ddd266a5e94992.tar.bz2 gentoo-3b65b5f075975e96f59c091378ddd266a5e94992.zip |
dev-vcs/git: Stabilize 2.37.4 hppa, #877571
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/git-2.37.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.37.4.ebuild b/dev-vcs/git/git-2.37.4.ebuild index ac00d04d0ab7..a406c1e82c27 100644 --- a/dev-vcs/git/git-2.37.4.ebuild +++ b/dev-vcs/git/git-2.37.4.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 ~loong ~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 ~loong ~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" |