diff options
author | Michael Weber <xmw@gentoo.org> | 2017-05-16 23:59:22 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-05-16 23:59:35 +0200 |
commit | 27b4b96e2fe8fe5d3597d5288bf4f7393ccac0d1 (patch) | |
tree | bc2a62753a99494075b303f77b8fdfede0c1f8dc /dev-vcs/git | |
parent | sys-apps/firejail: Bump version (diff) | |
download | gentoo-27b4b96e2fe8fe5d3597d5288bf4f7393ccac0d1.tar.gz gentoo-27b4b96e2fe8fe5d3597d5288bf4f7393ccac0d1.tar.bz2 gentoo-27b4b96e2fe8fe5d3597d5288bf4f7393ccac0d1.zip |
dev-vcs/git: ppc ppc64 stable (bug 618126).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="ppc ppc64"
Diffstat (limited to 'dev-vcs/git')
-rw-r--r-- | dev-vcs/git/git-2.13.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.13.0.ebuild b/dev-vcs/git/git-2.13.0.ebuild index d55656faaee2..149c6de46d40 100644 --- a/dev-vcs/git/git-2.13.0.ebuild +++ b/dev-vcs/git/git-2.13.0.ebuild @@ -38,7 +38,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 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-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 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi LICENSE="GPL-2" |