diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-28 10:02:06 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-28 10:02:06 +0100 |
commit | 66778bbd673041250dbdebecd2bfd4ba29b85b8d (patch) | |
tree | ec232803b3a7cdada4371584d41482484017b4af /dev-vcs | |
parent | media-gfx/cropgui: Version bump (diff) | |
download | gentoo-66778bbd673041250dbdebecd2bfd4ba29b85b8d.tar.gz gentoo-66778bbd673041250dbdebecd2bfd4ba29b85b8d.tar.bz2 gentoo-66778bbd673041250dbdebecd2bfd4ba29b85b8d.zip |
dev-vcs/git: Stabilize 2.34.1 x86, #830134
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/git-2.34.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.34.1.ebuild b/dev-vcs/git/git-2.34.1.ebuild index a29a0d7783d9..1a6549070d32 100644 --- a/dev-vcs/git/git-2.34.1.ebuild +++ b/dev-vcs/git/git-2.34.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" |