diff options
author | 2025-01-19 00:17:23 +0000 | |
---|---|---|
committer | 2025-01-19 00:17:23 +0000 | |
commit | f8d2f7d5150b7d6e0e385a438e68ab4eee39fd8f (patch) | |
tree | 18e1c229f8082f8a552094e60dcffb9f12be05d7 /dev-vcs/git | |
parent | dev-util/premake: fix modern C issues (diff) | |
download | gentoo-f8d2f7d5150b7d6e0e385a438e68ab4eee39fd8f.tar.gz gentoo-f8d2f7d5150b7d6e0e385a438e68ab4eee39fd8f.tar.bz2 gentoo-f8d2f7d5150b7d6e0e385a438e68ab4eee39fd8f.zip |
dev-vcs/git: Stabilize 2.45.3 arm, #948375
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs/git')
-rw-r--r-- | dev-vcs/git/git-2.45.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.45.3.ebuild b/dev-vcs/git/git-2.45.3.ebuild index 106fec34ac8a..77b90461a8d3 100644 --- a/dev-vcs/git/git-2.45.3.ebuild +++ b/dev-vcs/git/git-2.45.3.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 ~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 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi fi |