diff options
author | Sam James <sam@gentoo.org> | 2022-10-11 19:22:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-11 19:25:41 +0100 |
commit | 3c834f5516ea38cb6c90d1937c98f02116ebeda3 (patch) | |
tree | 2b22eebd53838a8ce819bafc39b4439ad273e958 /dev-vcs | |
parent | www-servers/tomcat: bump to 10.1.1 (diff) | |
download | gentoo-3c834f5516ea38cb6c90d1937c98f02116ebeda3.tar.gz gentoo-3c834f5516ea38cb6c90d1937c98f02116ebeda3.tar.bz2 gentoo-3c834f5516ea38cb6c90d1937c98f02116ebeda3.zip |
dev-vcs/git: Stabilize 2.37.3 amd64, #867598
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/git-2.37.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.37.3.ebuild b/dev-vcs/git/git-2.37.3.ebuild index 2fe6dcf1f97e..ac00d04d0ab7 100644 --- a/dev-vcs/git/git-2.37.3.ebuild +++ b/dev-vcs/git/git-2.37.3.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" |