diff options
author | Sam James <sam@gentoo.org> | 2024-01-12 18:20:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-12 18:20:12 +0000 |
commit | 51f86fbbc0ee45ec87db4af06f740832ef770642 (patch) | |
tree | 6eb3d1c61ca1a39999f074e708276eaed36a0868 /dev-vcs | |
parent | sys-devel/gcc: add 14.0.1.9999, drop 14.0.0.9999 (stage 4) (diff) | |
download | gentoo-51f86fbbc0ee45ec87db4af06f740832ef770642.tar.gz gentoo-51f86fbbc0ee45ec87db4af06f740832ef770642.tar.bz2 gentoo-51f86fbbc0ee45ec87db4af06f740832ef770642.zip |
dev-vcs/git: Stabilize 2.43.0 x86, #921828
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/git-2.43.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.43.0.ebuild b/dev-vcs/git/git-2.43.0.ebuild index 9f89807860fb..46dd09f6c339 100644 --- a/dev-vcs/git/git-2.43.0.ebuild +++ b/dev-vcs/git/git-2.43.0.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 |