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 624A613832E for ; Sat, 23 Jul 2016 19:31:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F897E0881; Sat, 23 Jul 2016 19:31:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E44C5E0881 for ; Sat, 23 Jul 2016 19:31:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5482B340DCD for ; Sat, 23 Jul 2016 19:31:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B31D7CF for ; Sat, 23 Jul 2016 19:31:21 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1469302223.b86588cefcf1c6dc5dcdc7e32af4b3115d82501e.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-VimColor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild dev-perl/Text-VimColor/Text-VimColor-0.260.ebuild X-VCS-Directories: dev-perl/Text-VimColor/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: b86588cefcf1c6dc5dcdc7e32af4b3115d82501e X-VCS-Branch: master Date: Sat, 23 Jul 2016 19:31:21 +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-Archives-Salt: 497b6861-9514-4306-9546-9badea766e37 X-Archives-Hash: c4bc573f12f96ae706b6c914b355882f commit: b86588cefcf1c6dc5dcdc7e32af4b3115d82501e Author: Kent Fredric gentoo org> AuthorDate: Sat Jul 23 19:29:52 2016 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Jul 23 19:30:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b86588ce dev-perl/Text-VimColor: Require vim[-minimal] re bug #589542 Text::VimColor needs vim's syntax highlighter in order to work. However, USE="minimal" disables compiling syntax highlighting into vim due to --features=tiny -R1 bump to propagate deps through non-dyndeps Thanks to Toralf Förster for reporting Bug: https://bugs.gentoo.org/589542 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd" .../{Text-VimColor-0.260.ebuild => Text-VimColor-0.260-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Text-VimColor/Text-VimColor-0.260.ebuild b/dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild similarity index 88% rename from dev-perl/Text-VimColor/Text-VimColor-0.260.ebuild rename to dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild index 483e126..fef3365 100644 --- a/dev-perl/Text-VimColor/Text-VimColor-0.260.ebuild +++ b/dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" -RDEPEND="app-editors/vim" +RDEPEND="app-editors/vim[-minimal]" DEPEND="${RDEPEND} dev-perl/File-ShareDir-Install dev-perl/Test-File-ShareDir