From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CC188138334 for ; Thu, 11 Apr 2019 12:52:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7DD9E0884; Thu, 11 Apr 2019 12:52:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1BC1E0884 for ; Thu, 11 Apr 2019 12:52:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C9D6340D20 for ; Thu, 11 Apr 2019 12:52:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3828E520 for ; Thu, 11 Apr 2019 12:52:06 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1554987113.2c5c6f60b6ced1e29597ff47b8ecba96d74eb23a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/vim/vim-8.1.0648-r1.ebuild app-editors/vim/vim-9999.ebuild X-VCS-Directories: app-editors/vim/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2c5c6f60b6ced1e29597ff47b8ecba96d74eb23a X-VCS-Branch: master Date: Thu, 11 Apr 2019 12:52:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 81e90a60-10a8-4b0d-a4fe-b6e0b07de1f2 X-Archives-Hash: 967a17d938b6d6d98f2efe6cd44dfda8 commit: 2c5c6f60b6ced1e29597ff47b8ecba96d74eb23a Author: Michał Górny gentoo org> AuthorDate: Thu Apr 11 12:51:11 2019 +0000 Commit: Michał Górny gentoo 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 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() {