diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-12-25 19:43:00 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-12-25 19:43:00 +0200 |
commit | 333e77f6dbb0f7c47d8d24f5a248f6d6b00a301b (patch) | |
tree | a20b13663ffee6361db65629c09d274934421c89 /dev-vcs/git | |
parent | dev-util/cargo-c: Stabilize 0.9.5 arm64, #823209 (diff) | |
download | gentoo-333e77f6dbb0f7c47d8d24f5a248f6d6b00a301b.tar.gz gentoo-333e77f6dbb0f7c47d8d24f5a248f6d6b00a301b.tar.bz2 gentoo-333e77f6dbb0f7c47d8d24f5a248f6d6b00a301b.zip |
dev-vcs/git: Stabilize 2.33.1 arm, #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 6fd30df80506..a29a0d7783d9 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" |