diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-04-06 18:30:53 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-04-06 18:31:15 +0300 |
commit | 0d78dd1b922f181aa645c72cd547784114a74b2d (patch) | |
tree | 6deea5e32b0f78bfa2eb8c7e6c1a926db404ae56 /app-editors/gvim | |
parent | app-editors/vim-core: alpha stable wrt bug #678752 (diff) | |
download | gentoo-0d78dd1b922f181aa645c72cd547784114a74b2d.tar.gz gentoo-0d78dd1b922f181aa645c72cd547784114a74b2d.tar.bz2 gentoo-0d78dd1b922f181aa645c72cd547784114a74b2d.zip |
app-editors/gvim: alpha stable wrt bug #678752
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="alpha"
Diffstat (limited to 'app-editors/gvim')
-rw-r--r-- | app-editors/gvim/gvim-8.1.0648-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/gvim/gvim-8.1.0648-r1.ebuild b/app-editors/gvim/gvim-8.1.0648-r1.ebuild index 49615d73c053..5de30236a277 100644 --- a/app-editors/gvim/gvim-8.1.0648-r1.ebuild +++ b/app-editors/gvim/gvim-8.1.0648-r1.ebuild @@ -16,7 +16,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.0938-gentoo-patches.tar.bz2" - KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" + KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" fi DESCRIPTION="GUI version of the Vim text editor" |