diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-02-26 12:57:40 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-02-26 12:58:33 +0100 |
commit | e6cf0148785dd9c8040a885e10cafe521e0a116e (patch) | |
tree | fc79eaf300975399879ddd774262b33bb211f9ba /dev-vcs/git | |
parent | dev-vcs/git: gitview has been removed (bug #610946). (diff) | |
download | gentoo-e6cf0148785dd9c8040a885e10cafe521e0a116e.tar.gz gentoo-e6cf0148785dd9c8040a885e10cafe521e0a116e.tar.bz2 gentoo-e6cf0148785dd9c8040a885e10cafe521e0a116e.zip |
dev-vcs/git: Mark ~hppa too.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches
Diffstat (limited to 'dev-vcs/git')
-rw-r--r-- | dev-vcs/git/git-2.12.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.12.0.ebuild b/dev-vcs/git/git-2.12.0.ebuild index 0be668f04597..532bc0171265 100644 --- a/dev-vcs/git/git-2.12.0.ebuild +++ b/dev-vcs/git/git-2.12.0.ebuild @@ -38,7 +38,7 @@ if [[ ${PV} != *9999 ]]; then doc? ( ${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX} )" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~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 ~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" |