summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Robertson <daniel.robertson@starlab.io>2019-04-05 12:12:45 -0400
committerPatrice Clement <monsieurp@gentoo.org>2019-04-09 14:05:57 +0200
commitdc2922087a4a0d6693caf57201179fb183a593de (patch)
treec578364ffb202b73b0821c133b603816819f0d0f /app-editors/vim
parentsci-physics/herwig: use HTTPS. (diff)
downloadgentoo-dc2922087a4a0d6693caf57201179fb183a593de.tar.gz
gentoo-dc2922087a4a0d6693caf57201179fb183a593de.tar.bz2
gentoo-dc2922087a4a0d6693caf57201179fb183a593de.zip
app-editors/vim: vim-pager needs -minimal.
The vimpager command will not work with app-editors/vim-core[minimal] or app-editors/vim[minimal]. Do not allow the vim-pager USE flag to be enabled if either is enabled. Signed-off-by: Dan Robertson <daniel.robertson@starlab.io> Closes: https://github.com/gentoo/gentoo/pull/11601 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-editors/vim')
-rw-r--r--app-editors/vim/vim-8.1.0648-r1.ebuild2
-rw-r--r--app-editors/vim/vim-9999.ebuild2
2 files changed, 4 insertions, 0 deletions
diff --git a/app-editors/vim/vim-8.1.0648-r1.ebuild b/app-editors/vim/vim-8.1.0648-r1.ebuild
index 3d5b9ee9dbda..8ce3e2d1c2ee 100644
--- a/app-editors/vim/vim-8.1.0648-r1.ebuild
+++ b/app-editors/vim/vim-8.1.0648-r1.ebuild
@@ -27,6 +27,7 @@ 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="
@@ -57,6 +58,7 @@ 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 7f5fd67a23ef..08ce8d409f49 100644
--- a/app-editors/vim/vim-9999.ebuild
+++ b/app-editors/vim/vim-9999.ebuild
@@ -51,12 +51,14 @@ 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() {