diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-12-25 19:45:22 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-12-25 19:45:22 +0200 |
commit | c4ed39b01eb770b428bdfe24f602f28779f1f60a (patch) | |
tree | d602a440ef46174d5459679abfb15d07f51fef98 /dev-vcs/git | |
parent | dev-vcs/git: Stabilize 2.33.1 arm, #814635 (diff) | |
download | gentoo-c4ed39b01eb770b428bdfe24f602f28779f1f60a.tar.gz gentoo-c4ed39b01eb770b428bdfe24f602f28779f1f60a.tar.bz2 gentoo-c4ed39b01eb770b428bdfe24f602f28779f1f60a.zip |
dev-vcs/git: Stabilize 2.33.1 arm64, #814635
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-vcs/git')
-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 a29a0d7783d9..421ee4dc0588 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" |