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 8F22B1395E4 for ; Wed, 7 Dec 2016 06:42:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9E9EE0D86; Wed, 7 Dec 2016 06:42:10 +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 7CDDDE0C2A for ; Wed, 7 Dec 2016 06:42:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9D529341597 for ; Wed, 7 Dec 2016 06:42:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C390924BD for ; Wed, 7 Dec 2016 06:42:07 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1481089624.c8c3e330411334c2e65d6a99dbcab1d014c54b4c.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cscope/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cscope/cscope-15.8a-r1.ebuild X-VCS-Directories: dev-util/cscope/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: c8c3e330411334c2e65d6a99dbcab1d014c54b4c X-VCS-Branch: master Date: Wed, 7 Dec 2016 06:42:07 +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: 1428d7a4-f72a-4b49-9471-ec6e86f0173b X-Archives-Hash: 9b1d84252e37da8355d1a712d756ef70 commit: c8c3e330411334c2e65d6a99dbcab1d014c54b4c Author: Jason Zaman gentoo org> AuthorDate: Wed Dec 7 05:47:04 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Wed Dec 7 05:47:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c3e330 dev-util/cscope: Add ncurses subslot dep Package-Manager: portage-2.3.0 dev-util/cscope/cscope-15.8a-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cscope/cscope-15.8a-r1.ebuild b/dev-util/cscope/cscope-15.8a-r1.ebuild index 407eada..601e3d4 100644 --- a/dev-util/cscope/cscope-15.8a-r1.ebuild +++ b/dev-util/cscope/cscope-15.8a-r1.ebuild @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="emacs" -RDEPEND=">=sys-libs/ncurses-5.2:0 +RDEPEND=">=sys-libs/ncurses-5.2:0= emacs? ( virtual/emacs )" DEPEND="${RDEPEND} sys-devel/flex