From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 40BFE138331 for ; Sat, 1 Oct 2016 19:28:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99822E08E1; Sat, 1 Oct 2016 19:28:35 +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 7C538E08E1 for ; Sat, 1 Oct 2016 19:28:35 +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 5E5663409C8 for ; Sat, 1 Oct 2016 19:28:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D28CF2481 for ; Sat, 1 Oct 2016 19:28:32 +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: <1475350060.2f3a57f34caa0d0b6e216bdd5e0ace87ffa5821a.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-swiftclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-swiftclient/python-swiftclient-3.1.0.ebuild X-VCS-Directories: dev-python/python-swiftclient/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 2f3a57f34caa0d0b6e216bdd5e0ace87ffa5821a X-VCS-Branch: master Date: Sat, 1 Oct 2016 19:28:32 +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: 8ee09922-331a-414c-b30c-278cbc4b1180 X-Archives-Hash: 35fa7071a7da96dc7448b71ef99f79a3 commit: 2f3a57f34caa0d0b6e216bdd5e0ace87ffa5821a Author: Matthew Thode gentoo org> AuthorDate: Sat Oct 1 19:20:48 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Sat Oct 1 19:27:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f3a57f3 dev-python/python-swiftclient: fixing python_prepare to python_prepare_all Package-Manager: portage-2.3.0 dev-python/python-swiftclient/python-swiftclient-3.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/python-swiftclient/python-swiftclient-3.1.0.ebuild b/dev-python/python-swiftclient/python-swiftclient-3.1.0.ebuild index 3668561..b9ec307 100644 --- a/dev-python/python-swiftclient/python-swiftclient-3.1.0.ebuild +++ b/dev-python/python-swiftclient/python-swiftclient-3.1.0.ebuild @@ -39,9 +39,9 @@ RDEPEND="virtual/python-futures[${PYTHON_USEDEP}] #PATCHES=( "${FILESDIR}/CVE-2013-6396.patch" ) -python_prepare() { +python_prepare_all() { sed -i '/hacking/d' "${S}/test-requirements.txt" || die "sed failed" - distutils-r1_python_prepare + distutils-r1_python_prepare_all } python_compile_all() {