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 290EA1388BF for ; Thu, 14 Jan 2016 09:54:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95A7F21C019; Thu, 14 Jan 2016 09:53:49 +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 ED44D21C019 for ; Thu, 14 Jan 2016 09:53:48 +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 23884340B08 for ; Thu, 14 Jan 2016 09:53:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63069E6C for ; Thu, 14 Jan 2016 09:53:46 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1452765217.2435023dec374bec359e429d5e934cf53a6b80f5.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mock/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mock/mock-1.0.1-r2.ebuild X-VCS-Directories: dev-python/mock/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 2435023dec374bec359e429d5e934cf53a6b80f5 X-VCS-Branch: master Date: Thu, 14 Jan 2016 09:53:46 +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: 06dde3dd-2acb-40e7-a519-225042926085 X-Archives-Hash: 8ca87bd0e58f601b804850f74f503b46 commit: 2435023dec374bec359e429d5e934cf53a6b80f5 Author: Justin Lecher gentoo org> AuthorDate: Thu Jan 14 09:11:08 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Jan 14 09:53:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2435023d dev-python/mock: Properly use patching with distutils-r1.eclass Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> dev-python/mock/mock-1.0.1-r2.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-python/mock/mock-1.0.1-r2.ebuild b/dev-python/mock/mock-1.0.1-r2.ebuild index fac96bf..282c79c 100644 --- a/dev-python/mock/mock-1.0.1-r2.ebuild +++ b/dev-python/mock/mock-1.0.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -25,9 +25,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] )" RDEPEND="" -src_prepare() { - epatch "${FILESDIR}"/${P}-fix-python3.4.patch -} +PATCHES=( "${FILESDIR}"/${P}-fix-python3.4.patch ) python_test() { nosetests || die "Tests fail with ${EPYTHON}"