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 BB9B058973 for ; Mon, 18 Jan 2016 03:52:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA94721C0AC; Mon, 18 Jan 2016 03:52:34 +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 71A9321C0AC for ; Mon, 18 Jan 2016 03:52:34 +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 3DEE53407B8 for ; Mon, 18 Jan 2016 03:52:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71FAACB3 for ; Mon, 18 Jan 2016 03:52:29 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1453089106.384fe3a253481eafe07aa11e8eadb3ade2a2b5f0.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/keyring/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/keyring/keyring-7.3.ebuild X-VCS-Directories: dev-python/keyring/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 384fe3a253481eafe07aa11e8eadb3ade2a2b5f0 X-VCS-Branch: master Date: Mon, 18 Jan 2016 03:52:29 +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: 59412f59-ea18-49f6-b303-7fd23cc687da X-Archives-Hash: 1e164fbaf6a8ffb82f2ab704690ce7a6 commit: 384fe3a253481eafe07aa11e8eadb3ade2a2b5f0 Author: Matthew Thode gentoo org> AuthorDate: Mon Jan 18 03:51:46 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Mon Jan 18 03:51:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=384fe3a2 dev-python/keyring: fixing dep Package-Manager: portage-2.2.26 dev-python/keyring/keyring-7.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/keyring/keyring-7.3.ebuild b/dev-python/keyring/keyring-7.3.ebuild index b0e76fa..19ed821 100644 --- a/dev-python/keyring/keyring-7.3.ebuild +++ b/dev-python/keyring/keyring-7.3.ebuild @@ -19,7 +19,7 @@ IUSE="test" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/setuptools_scm[${PYTHON_USEDEP}] + >=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}] test? ( dev-python/pytest-runner[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}]