diff options
author | 2016-12-22 10:29:48 +0100 | |
---|---|---|
committer | 2016-12-22 10:34:20 +0100 | |
commit | b707ec3eb371023052537d39cc62c45365cceaf6 (patch) | |
tree | 2534b91a71b706d3bd86dd32c2ef04675432ddf5 /app-editors | |
parent | app-editors/vim: ppc64 stable wrt bug #600650 (diff) | |
download | gentoo-b707ec3eb371023052537d39cc62c45365cceaf6.tar.gz gentoo-b707ec3eb371023052537d39cc62c45365cceaf6.tar.bz2 gentoo-b707ec3eb371023052537d39cc62c45365cceaf6.zip |
app-editors/gvim: ppc64 stable wrt bug #600650
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/gvim/gvim-8.0.0106.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/gvim/gvim-8.0.0106.ebuild b/app-editors/gvim/gvim-8.0.0106.ebuild index 22ce5c6830fc..a760f1744303 100644 --- a/app-editors/gvim/gvim-8.0.0106.ebuild +++ b/app-editors/gvim/gvim-8.0.0106.ebuild @@ -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" |