diff options
author | 2022-04-08 17:33:21 +0300 | |
---|---|---|
committer | 2022-04-08 17:33:21 +0300 | |
commit | 5614d991b7ff1321c837c1841fe3c9fc596608ce (patch) | |
tree | 589ae5fcc20e63ff5a16fa0e402c8c3dfde33ad9 /dev-vcs | |
parent | dev-vcs/git: Stabilize 2.35.1 hppa, #836296 (diff) | |
download | gentoo-5614d991b7ff1321c837c1841fe3c9fc596608ce.tar.gz gentoo-5614d991b7ff1321c837c1841fe3c9fc596608ce.tar.bz2 gentoo-5614d991b7ff1321c837c1841fe3c9fc596608ce.zip |
dev-vcs/git: Stabilize 2.35.1 sparc, #836296
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/git-2.35.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.35.1.ebuild b/dev-vcs/git/git-2.35.1.ebuild index 23a40d91eb44..7460fffd2d2b 100644 --- a/dev-vcs/git/git-2.35.1.ebuild +++ b/dev-vcs/git/git-2.35.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" |