diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-01-20 06:13:56 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-01-20 06:13:56 +0100 |
commit | 6cfc14dd5bdbeffdf82fe29ec9f37e34fcee589e (patch) | |
tree | 4d0c96936a29e29a96e4c4dff6c7f6fef62e2c5b /dev-vcs | |
parent | media-libs/flac: Stable for HPPA (bug #540072). (diff) | |
download | gentoo-6cfc14dd5bdbeffdf82fe29ec9f37e34fcee589e.tar.gz gentoo-6cfc14dd5bdbeffdf82fe29ec9f37e34fcee589e.tar.bz2 gentoo-6cfc14dd5bdbeffdf82fe29ec9f37e34fcee589e.zip |
dev-vcs/git: Stable for HPPA (bug #601984).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/git-2.10.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/git/git-2.10.2.ebuild b/dev-vcs/git/git-2.10.2.ebuild index ffc7e53f2605..156569ed08ff 100644 --- a/dev-vcs/git/git-2.10.2.ebuild +++ b/dev-vcs/git/git-2.10.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -37,7 +37,7 @@ if [[ ${PV} != *9999 ]]; then doc? ( ${SRC_URI_KORG}/${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" fi LICENSE="GPL-2" |