diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-07 21:57:21 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-07 21:57:21 +0100 |
commit | 9a493fdaa2269cf02d557f04d27e6740f505f921 (patch) | |
tree | 2327c25938361e7faf6a523596daf174aeb85879 /dev-vcs | |
parent | net-analyzer/nagios-core: stable 4.3.3 for sparc, bug #628086 (thanks to Dakon) (diff) | |
download | gentoo-9a493fdaa2269cf02d557f04d27e6740f505f921.tar.gz gentoo-9a493fdaa2269cf02d557f04d27e6740f505f921.tar.bz2 gentoo-9a493fdaa2269cf02d557f04d27e6740f505f921.zip |
dev-vcs/git: stable 2.13.5 for sparc, bug #627488 (thanks to Dakon)
Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"
Diffstat (limited to 'dev-vcs')
-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 cb392b9220cf..614d1354109b 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" |