diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-02-25 11:58:38 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-02-25 11:58:43 +0000 |
commit | 5c1c3b94709dda76e71cf852b9fc8116c30a099d (patch) | |
tree | b23e98434bf14fbb53440b23f298ae107cdac03c /dev-vcs | |
parent | net-analyzer/wireshark: Version 2.4.5. (diff) | |
download | gentoo-5c1c3b94709dda76e71cf852b9fc8116c30a099d.tar.gz gentoo-5c1c3b94709dda76e71cf852b9fc8116c30a099d.tar.bz2 gentoo-5c1c3b94709dda76e71cf852b9fc8116c30a099d.zip |
dev-vcs/git: stable 2.16.1 for hppa, bug #647446
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/git-2.16.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.16.1.ebuild b/dev-vcs/git/git-2.16.1.ebuild index 818577dead33..4e97957c393c 100644 --- a/dev-vcs/git/git-2.16.1.ebuild +++ b/dev-vcs/git/git-2.16.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 ~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 ~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" |