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 63B581388C1 for ; Wed, 30 Dec 2015 12:51:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10C7721C04F; Wed, 30 Dec 2015 12:51:27 +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 72A1A21C04F for ; Wed, 30 Dec 2015 12:51:26 +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 7B2EC340836 for ; Wed, 30 Dec 2015 12:51:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E98DCF6 for ; Wed, 30 Dec 2015 12:51:23 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1451479869.6eac6f1bfa8a20823f6ed01170cbb59bbbd65649.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tempora/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tempora/tempora-1.4.ebuild X-VCS-Directories: dev-python/tempora/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 6eac6f1bfa8a20823f6ed01170cbb59bbbd65649 X-VCS-Branch: master Date: Wed, 30 Dec 2015 12:51:23 +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: 81b62627-6794-4998-9035-3e1fe144be00 X-Archives-Hash: 09e3d7c39bf662bd189d2ddcc3c45019 commit: 6eac6f1bfa8a20823f6ed01170cbb59bbbd65649 Author: Louis Sautier gmail com> AuthorDate: Wed Dec 30 10:24:44 2015 +0000 Commit: Ian Delaney gentoo org> CommitDate: Wed Dec 30 12:51:09 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eac6f1b dev-python/tempora: use a hardblocker against dev-python/jaraco-utils Package-Manager: portage-2.2.26 dev-python/tempora/tempora-1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/tempora/tempora-1.4.ebuild b/dev-python/tempora/tempora-1.4.ebuild index 197aaad..84d8403 100644 --- a/dev-python/tempora/tempora-1.4.ebuild +++ b/dev-python/tempora/tempora-1.4.ebuild @@ -20,7 +20,7 @@ IUSE="test" # The binary calc-prorate used to be part of jaraco.util DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - !<=dev-python/jaraco-utils-10.0.2 + !!<=dev-python/jaraco-utils-10.0.2 >=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}] test? ( >=dev-python/pytest-2.8[${PYTHON_USEDEP}]