diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-08 23:12:37 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-08 23:12:46 +0100 |
commit | bf632c8ca5d316fbf5675060f79d5d083727ac49 (patch) | |
tree | 55f3a91d62de233bc78c1568b1f6377fe7e01b9e /dev-vcs/git | |
parent | dev-libs/libgcrypt: stable 1.8.1 for hppa/sparc, bug #629160 (thanks to Dakon) (diff) | |
download | gentoo-bf632c8ca5d316fbf5675060f79d5d083727ac49.tar.gz gentoo-bf632c8ca5d316fbf5675060f79d5d083727ac49.tar.bz2 gentoo-bf632c8ca5d316fbf5675060f79d5d083727ac49.zip |
dev-vcs/git: stable 2.13.5 for hppa/sparc, bug #627488 (thanks to Dakon)
Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="hppa sparc"
Diffstat (limited to 'dev-vcs/git')
-rw-r--r-- | dev-vcs/git/git-2.13.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.13.5.ebuild b/dev-vcs/git/git-2.13.5.ebuild index 614d1354109b..5046a24af691 100644 --- a/dev-vcs/git/git-2.13.5.ebuild +++ b/dev-vcs/git/git-2.13.5.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" |