diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-08 08:17:51 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-08 08:17:51 +0300 |
commit | 9d9f2a1dee04ac4523f510145504323ae8e20a7a (patch) | |
tree | f0753214aa3bd071441b63efcb2604749993e237 /dev-vcs | |
parent | dev-python/contourpy: Stabilize 1.2.1 ppc64, #930303 (diff) | |
download | gentoo-9d9f2a1dee04ac4523f510145504323ae8e20a7a.tar.gz gentoo-9d9f2a1dee04ac4523f510145504323ae8e20a7a.tar.bz2 gentoo-9d9f2a1dee04ac4523f510145504323ae8e20a7a.zip |
dev-vcs/git: Stabilize 2.39.5 ppc64, #931973
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/git-2.39.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.39.5.ebuild b/dev-vcs/git/git-2.39.5.ebuild index 362bc6ebc4f9..f932bb0a2f5e 100644 --- a/dev-vcs/git/git-2.39.5.ebuild +++ b/dev-vcs/git/git-2.39.5.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 ~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 ~ppc-macos ~x64-macos ~x64-solaris" fi fi |