diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-04-07 22:05:37 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-04-07 22:05:37 +0100 |
commit | 47a4f0db193b023d72938c6fb6fbb69f3f95c2e2 (patch) | |
tree | ac1fafc739d8f2ecbea6c36925c3cfb8d3317c28 /dev-vcs | |
parent | net-misc/putty: stable 0.71-r2 for ppc, bug #675524 (diff) | |
download | gentoo-47a4f0db193b023d72938c6fb6fbb69f3f95c2e2.tar.gz gentoo-47a4f0db193b023d72938c6fb6fbb69f3f95c2e2.tar.bz2 gentoo-47a4f0db193b023d72938c6fb6fbb69f3f95c2e2.zip |
dev-vcs/git: stable 2.20.1 for ppc, bug #676262
Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/git-2.20.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.20.1.ebuild b/dev-vcs/git/git-2.20.1.ebuild index 22cb0adf271f..59256ea8c73d 100644 --- a/dev-vcs/git/git-2.20.1.ebuild +++ b/dev-vcs/git/git-2.20.1.ebuild @@ -45,7 +45,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 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~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 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi LICENSE="GPL-2" |