diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-04-11 14:51:11 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-04-11 14:51:53 +0200 |
commit | 2c5c6f60b6ced1e29597ff47b8ecba96d74eb23a (patch) | |
tree | a27841605b3eab30b5cba4fd91abc72d19376953 /app-editors/vim/vim-9999.ebuild | |
parent | sys-libs/zlib: Removed old. (diff) | |
download | gentoo-2c5c6f60b6ced1e29597ff47b8ecba96d74eb23a.tar.gz gentoo-2c5c6f60b6ced1e29597ff47b8ecba96d74eb23a.tar.bz2 gentoo-2c5c6f60b6ced1e29597ff47b8ecba96d74eb23a.zip |
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@gentoo.org>
Diffstat (limited to 'app-editors/vim/vim-9999.ebuild')
-rw-r--r-- | app-editors/vim/vim-9999.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild index 08ce8d409f49..7f5fd67a23ef 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() { |