diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-11-28 22:31:23 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-11-28 22:32:54 +0000 |
commit | 6e5c1981858b964f1166e4592da24ef336f177db (patch) | |
tree | 649122b2c90075b58a5863f66df6aca6acaa9ea3 /dev-vcs/git/git-2.19.2.ebuild | |
parent | dev-python/pycryptodome: stable 3.6.6 for ppc, bug #671970 (diff) | |
download | gentoo-6e5c1981858b964f1166e4592da24ef336f177db.tar.gz gentoo-6e5c1981858b964f1166e4592da24ef336f177db.tar.bz2 gentoo-6e5c1981858b964f1166e4592da24ef336f177db.zip |
dev-vcs/git: stable 2.19.2 for ppc, bug #671988
Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-vcs/git/git-2.19.2.ebuild')
-rw-r--r-- | dev-vcs/git/git-2.19.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.19.2.ebuild b/dev-vcs/git/git-2.19.2.ebuild index c2fdbda91912..2a553d2d8e92 100644 --- a/dev-vcs/git/git-2.19.2.ebuild +++ b/dev-vcs/git/git-2.19.2.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" |