diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2018-05-30 22:59:49 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-05-31 07:50:29 +0000 |
commit | 2a9cab877a3f7d9e0ce36119bf3e42df41f7628a (patch) | |
tree | 2888415f8a090bf5c18d487e6d2382ce2bdbae6a /dev-vcs | |
parent | net-libs/libssh2: stable 1.8.0-r1 for sparc (diff) | |
download | gentoo-2a9cab877a3f7d9e0ce36119bf3e42df41f7628a.tar.gz gentoo-2a9cab877a3f7d9e0ce36119bf3e42df41f7628a.tar.bz2 gentoo-2a9cab877a3f7d9e0ce36119bf3e42df41f7628a.zip |
dev-vcs/git: stable 2.16.4 for sparc
Bug: https://bugs.gentoo.org/656868
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/git-2.16.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.16.4.ebuild b/dev-vcs/git/git-2.16.4.ebuild index 3d1b46b288bc..bf435b312a1e 100644 --- a/dev-vcs/git/git-2.16.4.ebuild +++ b/dev-vcs/git/git-2.16.4.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" |