From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B00701385A6 for ; Sat, 15 Aug 2015 07:12:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E66291424C; Sat, 15 Aug 2015 07:12:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 897B91424C for ; Sat, 15 Aug 2015 07:12:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6BABC340D4D for ; Sat, 15 Aug 2015 07:11:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 060D8129 for ; Sat, 15 Aug 2015 07:12:11 +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: <1439622646.2fd64a3588cc4436392871c0001d13f5e7eb0d77.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy/pypy-2.6.0.ebuild X-VCS-Directories: dev-python/pypy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2fd64a3588cc4436392871c0001d13f5e7eb0d77 X-VCS-Branch: master Date: Sat, 15 Aug 2015 07:12:11 +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: 216e16a8-c701-4895-83e9-00dbca3825ce X-Archives-Hash: b6bc6e9711f123bc30256ce1fc18b9d6 commit: 2fd64a3588cc4436392871c0001d13f5e7eb0d77 Author: Michał Górny gentoo org> AuthorDate: Sat Aug 15 07:10:46 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Aug 15 07:10:46 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fd64a35 dev-python/pypy-2.6.0: restore more flex ncurses dep, confirmed working Allow the newer sys-libs/ncurses version as it has been confirmed to work with pypy-2.6.0. Bug: https://bugs.gentoo.org/show_bug.cgi?id=557540#c6 Package-Manager: portage-2.2.20 dev-python/pypy/pypy-2.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pypy/pypy-2.6.0.ebuild b/dev-python/pypy/pypy-2.6.0.ebuild index a1a40cb..18a8810 100644 --- a/dev-python/pypy/pypy-2.6.0.ebuild +++ b/dev-python/pypy/pypy-2.6.0.ebuild @@ -26,7 +26,7 @@ RDEPEND=">=sys-libs/zlib-1.1.3:0= dev-libs/openssl:0=[-bindist] bzip2? ( app-arch/bzip2:0= ) gdbm? ( sys-libs/gdbm:0= ) - ncurses? ( sys-libs/ncurses:5/5 ) + ncurses? ( sys-libs/ncurses:5= ) sqlite? ( dev-db/sqlite:3= ) tk? ( dev-lang/tk:0=