diff options
author | Sam James <sam@gentoo.org> | 2021-03-22 00:07:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-22 00:07:53 +0000 |
commit | b21f90e519ba15b2aafee104f222c6dd589c1ac5 (patch) | |
tree | ff17f005897015f89b16dbfa233cff674a54c451 /dev-vcs | |
parent | net-wireless/iwd: Stabilize 1.12 ppc64, #777159 (diff) | |
download | gentoo-b21f90e519ba15b2aafee104f222c6dd589c1ac5.tar.gz gentoo-b21f90e519ba15b2aafee104f222c6dd589c1ac5.tar.bz2 gentoo-b21f90e519ba15b2aafee104f222c6dd589c1ac5.zip |
dev-vcs/git: Stabilize 2.26.3 ppc64, #774678
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/git-2.26.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.26.3.ebuild b/dev-vcs/git/git-2.26.3.ebuild index 90969c232b98..ebf0cd598d0d 100644 --- a/dev-vcs/git/git-2.26.3.ebuild +++ b/dev-vcs/git/git-2.26.3.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 ~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 ~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" |