Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vim/
Date: Thu, 11 Apr 2019 12:52:10
Message-Id: 1554987113.2c5c6f60b6ced1e29597ff47b8ecba96d74eb23a.mgorny@gentoo
1 commit: 2c5c6f60b6ced1e29597ff47b8ecba96d74eb23a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 11 12:51:11 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 11 12:51:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c5c6f60
7
8 app-editors/vim: Revert "vim-pager needs -minimal."
9
10 This commit has invalid syntax (mismatched variables) and causes CI
11 to report the issue repeatedly.
12
13 Reverts: dc2922087a4a0d6693caf57201179fb183a593de
14 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
15
16 app-editors/vim/vim-8.1.0648-r1.ebuild | 2 --
17 app-editors/vim/vim-9999.ebuild | 2 --
18 2 files changed, 4 deletions(-)
19
20 diff --git a/app-editors/vim/vim-8.1.0648-r1.ebuild b/app-editors/vim/vim-8.1.0648-r1.ebuild
21 index 8ce3e2d1c2e..3d5b9ee9dbd 100644
22 --- a/app-editors/vim/vim-8.1.0648-r1.ebuild
23 +++ b/app-editors/vim/vim-8.1.0648-r1.ebuild
24 @@ -27,7 +27,6 @@ IUSE="X acl cscope debug gpm lua luajit minimal nls perl python racket ruby seli
25 REQUIRED_USE="
26 luajit? ( lua )
27 python? ( ${PYTHON_REQUIRED_USE} )
28 - vim-pager? ( !minimal )
29 "
30
31 RDEPEND="
32 @@ -58,7 +57,6 @@ DEPEND="
33 ${RDEPEND}
34 sys-devel/autoconf
35 nls? ( sys-devel/gettext )
36 - vim-pager? ( app-editors/vim-core[-minimal] )
37 "
38
39 pkg_setup() {
40
41 diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild
42 index 08ce8d409f4..7f5fd67a23e 100644
43 --- a/app-editors/vim/vim-9999.ebuild
44 +++ b/app-editors/vim/vim-9999.ebuild
45 @@ -51,14 +51,12 @@ RDEPEND="
46 selinux? ( sys-libs/libselinux )
47 tcl? ( dev-lang/tcl:0= )
48 X? ( x11-libs/libXt )
49 - vim-pager? ( !minimal )
50 "
51
52 DEPEND="
53 ${RDEPEND}
54 sys-devel/autoconf
55 nls? ( sys-devel/gettext )
56 - vim-pager? ( app-editors/vim-core[-minimal] )
57 "
58
59 pkg_setup() {