diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-01-09 15:17:02 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-01-09 15:17:20 +0100 |
commit | 67980d7e6eb6f1b686ef242bff24b0ebc713beba (patch) | |
tree | 4743bdde062860727a25def417b9cdd266c79c3d /app-editors | |
parent | app-editors/vim: Stable for HPPA (bug #600650). (diff) | |
download | gentoo-67980d7e6eb6f1b686ef242bff24b0ebc713beba.tar.gz gentoo-67980d7e6eb6f1b686ef242bff24b0ebc713beba.tar.bz2 gentoo-67980d7e6eb6f1b686ef242bff24b0ebc713beba.zip |
app-editors/gvim: Stable for HPPA (bug #600650).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/gvim/gvim-8.0.0106.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/gvim/gvim-8.0.0106.ebuild b/app-editors/gvim/gvim-8.0.0106.ebuild index a760f1744303..b5dc8b667ba4 100644 --- a/app-editors/gvim/gvim-8.0.0106.ebuild +++ b/app-editors/gvim/gvim-8.0.0106.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$ @@ -15,7 +15,7 @@ if [[ ${PV} == 9999* ]] ; then else SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> vim-${PV}.tar.gz https://dev.gentoo.org/~radhermit/vim/vim-8.0.0106-gentoo-patches.tar.bz2" - KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" + KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" fi DESCRIPTION="GUI version of the Vim text editor" |