diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-05-12 16:54:39 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-05-12 16:55:05 +0200 |
commit | 496ab3dd3a859def47f500657078ed8d8c8265c3 (patch) | |
tree | f6ab0539622f3da30afc601525288f0d7bbd526d /dev-vcs | |
parent | app-crypt/gnupg: sparc stable wrt bug #617960 (diff) | |
download | gentoo-496ab3dd3a859def47f500657078ed8d8c8265c3.tar.gz gentoo-496ab3dd3a859def47f500657078ed8d8c8265c3.tar.bz2 gentoo-496ab3dd3a859def47f500657078ed8d8c8265c3.zip |
dev-vcs/git: sparc stable wrt bug #618126
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/git-2.13.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.13.0.ebuild b/dev-vcs/git/git-2.13.0.ebuild index 195be38c991d..9542e2c75463 100644 --- a/dev-vcs/git/git-2.13.0.ebuild +++ b/dev-vcs/git/git-2.13.0.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" |