diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-10-20 12:55:51 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-10-20 12:55:51 +0200 |
commit | 1318aa8ecd18a6a465ea3542b0d8a55a0802816e (patch) | |
tree | 89b61d6967b825d7eadca64ba0f9a8eb03427e65 /dev-vcs | |
parent | sys-fs/lvm2: Stabilize 2.03.14-r3 x86, #877569 (diff) | |
download | gentoo-1318aa8ecd18a6a465ea3542b0d8a55a0802816e.tar.gz gentoo-1318aa8ecd18a6a465ea3542b0d8a55a0802816e.tar.bz2 gentoo-1318aa8ecd18a6a465ea3542b0d8a55a0802816e.zip |
dev-vcs/git: Stabilize 2.37.4 x86, #877571
Signed-off-by: Jakov Smolić <jsmolic@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 12e520535ceb..ac00d04d0ab7 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" |