diff options
author | Sam James <sam@gentoo.org> | 2024-06-01 02:27:26 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-01 02:27:26 +0100 |
commit | c0aba158fc1e49d3f33db33c4108eef62b7cfff6 (patch) | |
tree | 576fe151d428e6acf2a90d3ef8d4ed35b057b54b /dev-vcs | |
parent | dev-vcs/git: Stabilize 2.41.2 arm64, #931974 (diff) | |
download | gentoo-c0aba158fc1e49d3f33db33c4108eef62b7cfff6.tar.gz gentoo-c0aba158fc1e49d3f33db33c4108eef62b7cfff6.tar.bz2 gentoo-c0aba158fc1e49d3f33db33c4108eef62b7cfff6.zip |
dev-vcs/git: Stabilize 2.44.2 arm64, #931976
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/git-2.44.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.44.2.ebuild b/dev-vcs/git/git-2.44.2.ebuild index 5a670b6ce658..a68757a349d8 100644 --- a/dev-vcs/git/git-2.44.2.ebuild +++ b/dev-vcs/git/git-2.44.2.ebuild @@ -50,7 +50,7 @@ if [[ ${PV} != *9999 ]]; then SRC_URI+=" doc? ( ${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX} )" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi fi |