diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-10-13 17:14:26 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-10-13 17:14:46 +0100 |
commit | 0f17c4b427e9137ae649af99183663afd88a564f (patch) | |
tree | cae6db8cc5603f19735e98bbf21731404962073f /dev-vcs/git | |
parent | 26b019a955d4530b880891f3a3df358069c069d3 (diff) | |
download | gentoo-0f17c4b427e9137ae649af99183663afd88a564f.tar.gz gentoo-0f17c4b427e9137ae649af99183663afd88a564f.tar.xz |
dev-vcs/git: stable 2.18.1 for hppa, bug #667942
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="hppa"
Diffstat (limited to 'dev-vcs/git')
-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 41e967f0c0a..70fdc6be447 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" |