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 3AC681396D0 for ; Sun, 27 Aug 2017 18:14:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76BF9E0DC4; Sun, 27 Aug 2017 18:14:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 50F98E0DC4 for ; Sun, 27 Aug 2017 18:14:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 326B3341A96 for ; Sun, 27 Aug 2017 18:14:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2F3484B0 for ; Sun, 27 Aug 2017 18:14:26 +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: <1503857664.d94be5cc8d3b68f6c6a09f42c9859292d1bb8f1a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycparser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pycparser/pycparser-2.18-r1.ebuild X-VCS-Directories: dev-python/pycparser/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d94be5cc8d3b68f6c6a09f42c9859292d1bb8f1a X-VCS-Branch: master Date: Sun, 27 Aug 2017 18:14:26 +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: 01498b0c-e425-42c9-a2b4-5b48ab3f68d6 X-Archives-Hash: 554ff5a5933b829f3d3415f249281cff commit: d94be5cc8d3b68f6c6a09f42c9859292d1bb8f1a Author: Michał Górny gentoo org> AuthorDate: Sun Aug 27 18:12:31 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 27 18:14:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d94be5cc dev-python/pycparser: Use := on dev-python/ply for tables dev-python/pycparser/pycparser-2.18-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pycparser/pycparser-2.18-r1.ebuild b/dev-python/pycparser/pycparser-2.18-r1.ebuild index 9cbbb4ac2e8..5a2d172c90b 100644 --- a/dev-python/pycparser/pycparser-2.18-r1.ebuild +++ b/dev-python/pycparser/pycparser-2.18-r1.ebuild @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="test" -RDEPEND="dev-python/ply[${PYTHON_USEDEP}]" +RDEPEND="dev-python/ply[${PYTHON_USEDEP}]:=" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] )"