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 305E059CA9 for ; Mon, 28 Mar 2016 02:54:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8705921C007; Mon, 28 Mar 2016 02:54:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2390921C007 for ; Mon, 28 Mar 2016 02:54:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EFEB63408B8 for ; Mon, 28 Mar 2016 02:54:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1B8285E for ; Mon, 28 Mar 2016 02:54:23 +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: <1459133636.5e61a7dcd5abf9e7e69767e524ab9c3f2bc48219.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-keystoneclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-keystoneclient/python-keystoneclient-2.3.1.ebuild X-VCS-Directories: dev-python/python-keystoneclient/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 5e61a7dcd5abf9e7e69767e524ab9c3f2bc48219 X-VCS-Branch: master Date: Mon, 28 Mar 2016 02:54: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: 5f7ac2dd-d8f3-48a2-a7bb-1d3e0ae1db40 X-Archives-Hash: 0b3a6bbda2f4cf036ecfd453c06842a1 commit: 5e61a7dcd5abf9e7e69767e524ab9c3f2bc48219 Author: Matthew Thode gentoo org> AuthorDate: Mon Mar 28 02:53:56 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Mon Mar 28 02:53:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e61a7dc dev-python/python-keystoneclient: remove empty patches array Package-Manager: portage-2.2.26 dev-python/python-keystoneclient/python-keystoneclient-2.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/python-keystoneclient/python-keystoneclient-2.3.1.ebuild b/dev-python/python-keystoneclient/python-keystoneclient-2.3.1.ebuild index 332185f..6c300e1 100644 --- a/dev-python/python-keystoneclient/python-keystoneclient-2.3.1.ebuild +++ b/dev-python/python-keystoneclient/python-keystoneclient-2.3.1.ebuild @@ -50,8 +50,8 @@ RDEPEND=" >=dev-python/six-1.9.0[${PYTHON_USEDEP}] >=dev-python/stevedore-1.5.0[${PYTHON_USEDEP}] " -PATCHES=( -) +#PATCHES=( +#) python_prepare_all() { sed -i '/^argparse/d' requirements.txt || die