diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-12-25 19:52:16 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-12-25 19:52:16 +0200 |
commit | 6af0d57433718e6207ccd82c5f0602a4a367f8ee (patch) | |
tree | 4965234e573c6c66e2d723b66e69baa7e04d9c37 /dev-vcs | |
parent | dev-vcs/git: Stabilize 2.33.1 ppc, #814635 (diff) | |
download | gentoo-6af0d57433718e6207ccd82c5f0602a4a367f8ee.tar.gz gentoo-6af0d57433718e6207ccd82c5f0602a4a367f8ee.tar.bz2 gentoo-6af0d57433718e6207ccd82c5f0602a4a367f8ee.zip |
dev-vcs/git: Stabilize 2.33.1 ppc64, #814635
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/git-2.33.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.33.1.ebuild b/dev-vcs/git/git-2.33.1.ebuild index 48391d39b2ce..a11db72fc562 100644 --- a/dev-vcs/git/git-2.33.1.ebuild +++ b/dev-vcs/git/git-2.33.1.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 ~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 ~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" |