From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-829694-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2B4ED13988E for <garchives@archives.gentoo.org>; Sun, 23 Aug 2015 03:01:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEFDC141F9; Sun, 23 Aug 2015 03:01:45 +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 73A13141F9 for <gentoo-commits@lists.gentoo.org>; Sun, 23 Aug 2015 03:01:45 +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 730443407A3 for <gentoo-commits@lists.gentoo.org>; Sun, 23 Aug 2015 03:01:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1F2714B for <gentoo-commits@lists.gentoo.org>; Sun, 23 Aug 2015 03:01:37 +0000 (UTC) From: "Matt Thode" <prometheanfire@gentoo.org> 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" <prometheanfire@gentoo.org> Message-ID: <1440298958.f395cffdfb0b3182b2922124d39c92e9bf72b771.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-cinderclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-cinderclient/python-cinderclient-1.1.2.ebuild X-VCS-Directories: dev-python/python-cinderclient/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: f395cffdfb0b3182b2922124d39c92e9bf72b771 X-VCS-Branch: master Date: Sun, 23 Aug 2015 03:01:37 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2c3b99aa-ea17-4fb3-afdf-31bcefd39a6f X-Archives-Hash: acb391d88e0952d4b58c97619d67fb0a commit: f395cffdfb0b3182b2922124d39c92e9bf72b771 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Sun Aug 23 03:02:38 2015 +0000 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Sun Aug 23 03:02:38 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f395cffd dev-python/python-cinderclient: fixing typo in dep of python-keystoneclient Package-Manager: portage-2.2.20.1 dev-python/python-cinderclient/python-cinderclient-1.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-cinderclient/python-cinderclient-1.1.2.ebuild b/dev-python/python-cinderclient/python-cinderclient-1.1.2.ebuild index fa0e674..a6526a6 100644 --- a/dev-python/python-cinderclient/python-cinderclient-1.1.2.ebuild +++ b/dev-python/python-cinderclient/python-cinderclient-1.1.2.ebuild @@ -40,7 +40,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] RDEPEND=">=dev-python/prettytable-0.7[${PYTHON_USEDEP}] <dev-python/prettytable-0.8[${PYTHON_USEDEP}] >=dev-python/python-keystoneclient-1.2.0[${PYTHON_USEDEP}] - >=dev-python/python-keystoneclient-1.4.0[${PYTHON_USEDEP}] + <dev-python/python-keystoneclient-1.4.0[${PYTHON_USEDEP}] >=dev-python/requests-2.2.0[${PYTHON_USEDEP}] !~dev-python/requests-2.4.0[${PYTHON_USEDEP}] >=dev-python/simplejson-2.2.0[${PYTHON_USEDEP}]