app-editors/vim: Revert "vim-pager needs -minimal."
authorMichał Górny <mgorny@gentoo.org>
Thu, 11 Apr 2019 12:51:11 +0000 (14:51 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 11 Apr 2019 12:51:53 +0000 (14:51 +0200)
This commit has invalid syntax (mismatched variables) and causes CI
to report the issue repeatedly.

Reverts: dc2922087a4a0d6693caf57201179fb183a593de
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-editors/vim/vim-8.1.0648-r1.ebuild
app-editors/vim/vim-9999.ebuild

index 8ce3e2d1c2ee7ec108c514aaaa3cfd626fa50ba6..3d5b9ee9dbda0e45b7495f854870b33c7da3304c 100644 (file)
@@ -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() {
index 08ce8d409f4902d43579189dd7b1527b69978c60..7f5fd67a23ef9e488bb066e94d23683b2b2a22d6 100644 (file)
@@ -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() {