diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-10-14 09:55:17 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-10-14 09:55:17 +0100 |
commit | 5153c26597fa56252d052170a48fc1e6061fb2d4 (patch) | |
tree | 88de39680f33715e310feeb1b5ce20e722efb058 /dev-vcs | |
parent | sys-process/htop: stable 2.2.0 for ppc, bug #667928 (diff) | |
download | gentoo-5153c26597fa56252d052170a48fc1e6061fb2d4.tar.gz gentoo-5153c26597fa56252d052170a48fc1e6061fb2d4.tar.bz2 gentoo-5153c26597fa56252d052170a48fc1e6061fb2d4.zip |
dev-vcs/git: stable 2.18.1 for ppc, bug #667942
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc"
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/git-2.18.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.18.1.ebuild b/dev-vcs/git/git-2.18.1.ebuild index 70fdc6be4471..eb1105aa48a9 100644 --- a/dev-vcs/git/git-2.18.1.ebuild +++ b/dev-vcs/git/git-2.18.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" |