diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-26 09:29:14 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-26 09:29:14 +0000 |
commit | 442055cbd2219869e321aa7e5fe9c091d6a63d6f (patch) | |
tree | b374b0ef0d4b67e7dff68a902ad2fe3a55382ea2 /dev-vcs/git/git-1.8.5.6.ebuild | |
parent | Stable for sparc, wrt bug #532406 (diff) | |
download | gentoo-2-442055cbd2219869e321aa7e5fe9c091d6a63d6f.tar.gz gentoo-2-442055cbd2219869e321aa7e5fe9c091d6a63d6f.tar.bz2 gentoo-2-442055cbd2219869e321aa7e5fe9c091d6a63d6f.zip |
Stable for sparc, wrt bug #532984
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-vcs/git/git-1.8.5.6.ebuild')
-rw-r--r-- | dev-vcs/git/git-1.8.5.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-vcs/git/git-1.8.5.6.ebuild b/dev-vcs/git/git-1.8.5.6.ebuild index 2facf9b197e7..2fcc12084ec1 100644 --- a/dev-vcs/git/git-1.8.5.6.ebuild +++ b/dev-vcs/git/git-1.8.5.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.6.ebuild,v 1.9 2014/12/25 11:27:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.6.ebuild,v 1.10 2014/12/26 09:29:14 ago Exp $ EAPI=5 @@ -32,10 +32,10 @@ if [[ ${PV} != *9999 ]]; then ${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX} ${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX} )" - KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-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 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" else SRC_URI="" - KEYWORDS="alpha arm hppa ia64 ppc ppc64" + KEYWORDS="alpha arm hppa ia64 ppc ppc64 sparc" fi LICENSE="GPL-2" |