diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-05-16 15:01:25 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-05-16 15:05:22 +0200 |
commit | 5202deb3b0c5bc56aa3551cd2f0b6e35f4afe3b2 (patch) | |
tree | 09a47c6120875b1b4c3efdf5b4407704ef0031e3 /dev-vcs/git | |
parent | app-editors/nano: ppc64 stable wrt bug #617844 (diff) | |
download | gentoo-5202deb3b0c5bc56aa3551cd2f0b6e35f4afe3b2.tar.gz gentoo-5202deb3b0c5bc56aa3551cd2f0b6e35f4afe3b2.tar.bz2 gentoo-5202deb3b0c5bc56aa3551cd2f0b6e35f4afe3b2.zip |
dev-vcs/git: ppc64 stable wrt bug #618126
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
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 6c0f65e036d4..d55656faaee2 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" |