diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-08-19 16:06:39 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-08-19 16:16:24 +0100 |
commit | f0f2b836d77ff9df37521e4055ec4c4dedb096df (patch) | |
tree | 43ad8adae0eed7a9166753dae1d400a509740540 /dev-vcs/git | |
parent | dev-util/kdevelop-python: x86 stable (diff) | |
download | gentoo-f0f2b836d77ff9df37521e4055ec4c4dedb096df.tar.gz gentoo-f0f2b836d77ff9df37521e4055ec4c4dedb096df.tar.bz2 gentoo-f0f2b836d77ff9df37521e4055ec4c4dedb096df.zip |
dev-vcs/git: stable 2.13.5 for ppc/ppc64, bug #627488
Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc ppc64"
Diffstat (limited to 'dev-vcs/git')
-rw-r--r-- | dev-vcs/git/git-2.13.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.13.5.ebuild b/dev-vcs/git/git-2.13.5.ebuild index 3b53a90bf206..ed7663f651ac 100644 --- a/dev-vcs/git/git-2.13.5.ebuild +++ b/dev-vcs/git/git-2.13.5.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" |