commit:     2c5c6f60b6ced1e29597ff47b8ecba96d74eb23a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 11 12:51:11 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 12:51:53 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c5c6f60

app-editors/vim: Revert "vim-pager needs -minimal."

This commit has invalid syntax (mismatched variables) and causes CI
to report the issue repeatedly.

Reverts: dc2922087a4a0d6693caf57201179fb183a593de
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-editors/vim/vim-8.1.0648-r1.ebuild | 2 --
 app-editors/vim/vim-9999.ebuild        | 2 --
 2 files changed, 4 deletions(-)

diff --git a/app-editors/vim/vim-8.1.0648-r1.ebuild 
b/app-editors/vim/vim-8.1.0648-r1.ebuild
index 8ce3e2d1c2e..3d5b9ee9dbd 100644
--- a/app-editors/vim/vim-8.1.0648-r1.ebuild
+++ b/app-editors/vim/vim-8.1.0648-r1.ebuild
@@ -27,7 +27,6 @@ IUSE="X acl cscope debug gpm lua luajit minimal nls perl 
python racket ruby seli
 REQUIRED_USE="
        luajit? ( lua )
        python? ( ${PYTHON_REQUIRED_USE} )
-       vim-pager? ( !minimal )
 "
 
 RDEPEND="
@@ -58,7 +57,6 @@ DEPEND="
        ${RDEPEND}
        sys-devel/autoconf
        nls? ( sys-devel/gettext )
-       vim-pager? ( app-editors/vim-core[-minimal] )
 "
 
 pkg_setup() {

diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild
index 08ce8d409f4..7f5fd67a23e 100644
--- a/app-editors/vim/vim-9999.ebuild
+++ b/app-editors/vim/vim-9999.ebuild
@@ -51,14 +51,12 @@ RDEPEND="
        selinux? ( sys-libs/libselinux )
        tcl? ( dev-lang/tcl:0= )
        X? ( x11-libs/libXt )
-       vim-pager? ( !minimal )
 "
 
 DEPEND="
        ${RDEPEND}
        sys-devel/autoconf
        nls? ( sys-devel/gettext )
-       vim-pager? ( app-editors/vim-core[-minimal] )
 "
 
 pkg_setup() {

Reply via email to