diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-04 18:04:36 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-04 18:04:36 +0300 |
commit | 328d2570b108a7fbb7cc925d91681e58600104e2 (patch) | |
tree | 3ca504d28de7949d4b8a4c9612d5e0460ab46fd2 /dev-vcs | |
parent | dev-vcs/git: Stabilize 2.39.3 x86, #905696 (diff) | |
download | gentoo-328d2570b108a7fbb7cc925d91681e58600104e2.tar.gz gentoo-328d2570b108a7fbb7cc925d91681e58600104e2.tar.bz2 gentoo-328d2570b108a7fbb7cc925d91681e58600104e2.zip |
dev-vcs/git: Stabilize 2.39.3 amd64, #905696
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/git-2.39.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.39.3.ebuild b/dev-vcs/git/git-2.39.3.ebuild index 79a43868677c..25a597dc1f31 100644 --- a/dev-vcs/git/git-2.39.3.ebuild +++ b/dev-vcs/git/git-2.39.3.ebuild @@ -50,7 +50,7 @@ if [[ ${PV} != *9999 ]]; then SRC_URI+=" doc? ( ${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX} )" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~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 ~loong ~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 fi |