diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-12-25 19:52:13 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-12-25 19:52:13 +0200 |
commit | f83b6e7db2c6da65949347aca73259b33da318ee (patch) | |
tree | 155a2f7b9df2e8d331fc019fe29de74681bedd72 /dev-vcs | |
parent | dev-vcs/git: Stabilize 2.33.1 arm64, #814635 (diff) | |
download | gentoo-f83b6e7db2c6da65949347aca73259b33da318ee.tar.gz gentoo-f83b6e7db2c6da65949347aca73259b33da318ee.tar.bz2 gentoo-f83b6e7db2c6da65949347aca73259b33da318ee.zip |
dev-vcs/git: Stabilize 2.33.1 ppc, #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 421ee4dc0588..48391d39b2ce 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" |