diff options
author | 2019-10-18 19:18:43 -0700 | |
---|---|---|
committer | 2019-10-18 19:18:43 -0700 | |
commit | ef75801c2bdfd35bd5f3bd2b4c1da27640b4c652 (patch) | |
tree | d15ddd0af73c5e977f3b17e8090a4f592652dcd6 /dev-vcs | |
parent | dev-lang/python: re-enable all openssl algorithms (diff) | |
download | gentoo-ef75801c2bdfd35bd5f3bd2b4c1da27640b4c652.tar.gz gentoo-ef75801c2bdfd35bd5f3bd2b4c1da27640b4c652.tar.bz2 gentoo-ef75801c2bdfd35bd5f3bd2b4c1da27640b4c652.zip |
dev-vcs/git-2.23.0: ppc stable, bug 697962
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/git-2.23.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.23.0.ebuild b/dev-vcs/git/git-2.23.0.ebuild index 9aaca331c172..09ff72038007 100644 --- a/dev-vcs/git/git-2.23.0.ebuild +++ b/dev-vcs/git/git-2.23.0.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 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi LICENSE="GPL-2" |