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 9BAA41388C1 for ; Wed, 4 Nov 2015 06:40:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96E3AE08CE; Wed, 4 Nov 2015 06:40:06 +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 10D77E08D0 for ; Wed, 4 Nov 2015 06:40:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B72B340766 for ; Wed, 4 Nov 2015 06:40:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55DA61F0D for ; Wed, 4 Nov 2015 06:40:01 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1446618177.9febc9aecfd8d7c8aef42e613551dcae4c7ce822.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mock/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mock/mock-1.2.0.ebuild X-VCS-Directories: dev-python/mock/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9febc9aecfd8d7c8aef42e613551dcae4c7ce822 X-VCS-Branch: master Date: Wed, 4 Nov 2015 06:40:01 +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: 537ed99d-54e9-4a80-9961-777b96918c66 X-Archives-Hash: 512f9ecd5bdfc4adf6f3f2943d744c3d commit: 9febc9aecfd8d7c8aef42e613551dcae4c7ce822 Author: Justin Lecher gentoo org> AuthorDate: Wed Nov 4 06:22:57 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Nov 4 06:22:57 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9febc9ae dev-python/mock: Correct all funcsigs deps Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/mock/mock-1.2.0.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dev-python/mock/mock-1.2.0.ebuild b/dev-python/mock/mock-1.2.0.ebuild index 1c7a20b..65b2714 100644 --- a/dev-python/mock/mock-1.2.0.ebuild +++ b/dev-python/mock/mock-1.2.0.ebuild @@ -3,7 +3,8 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy ) + +PYTHON_COMPAT=( python2_7 python3_{3,4} pypy ) inherit distutils-r1 @@ -16,10 +17,11 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~s390 ~sh ~sparc ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" IUSE="doc test" -CDEPEND="$(python_gen_cond_dep 'dev-python/funcsigs[${PYTHON_USEDEP}]' 'python2_7')" +CDEPEND=" + >=dev-python/pbr-1.3[${PYTHON_USEDEP}] + virtual/funcsigs[${PYTHON_USEDEP}]" DEPEND=" >=dev-python/setuptools-17.1[${PYTHON_USEDEP}] - >=dev-python/pbr-1.3[${PYTHON_USEDEP}] test? ( ${CDEPEND} dev-python/nose[${PYTHON_USEDEP}]