diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-10-20 12:51:49 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-10-20 12:51:49 +0200 |
commit | a43088219cde4f3c1262863070c9d3f8f3199727 (patch) | |
tree | aea4c62316cd66a72b763264dc66908f90034771 /dev-vcs | |
parent | sys-fs/lvm2: Stabilize 2.03.14-r3 amd64, #877569 (diff) | |
download | gentoo-a43088219cde4f3c1262863070c9d3f8f3199727.tar.gz gentoo-a43088219cde4f3c1262863070c9d3f8f3199727.tar.bz2 gentoo-a43088219cde4f3c1262863070c9d3f8f3199727.zip |
dev-vcs/git: Stabilize 2.37.4 amd64, #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 17cbf99f9a95..12e520535ceb 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" |