diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-10-11 11:18:47 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-10-11 11:18:47 +0200 |
commit | 7d81503a0334a47337e37d0f2d6d75e2c0e31589 (patch) | |
tree | d37e3ccc884f592edfd965ab35cf19f2801d2093 /dev-vcs/git | |
parent | net-p2p/syncthing: drop 1.19.2 (diff) | |
download | gentoo-7d81503a0334a47337e37d0f2d6d75e2c0e31589.tar.gz gentoo-7d81503a0334a47337e37d0f2d6d75e2c0e31589.tar.bz2 gentoo-7d81503a0334a47337e37d0f2d6d75e2c0e31589.zip |
dev-vcs/git: Stabilize 2.37.3 ppc, #867598
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-vcs/git')
-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 fe5dab17b1c6..b58685a95533 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" |