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 C7836138330 for ; Fri, 14 Oct 2016 19:25:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9838DE0B2D; Fri, 14 Oct 2016 19:25: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 7D2FCE0B2D for ; Fri, 14 Oct 2016 19:25:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 02634341134 for ; Fri, 14 Oct 2016 19:25:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF3E12EF for ; Fri, 14 Oct 2016 19:25:30 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1476473113.cdff6a6b176c5fcd1dcffa03e02fed761a62f17a.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest/pytest-3.0.3.ebuild X-VCS-Directories: dev-python/pytest/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: cdff6a6b176c5fcd1dcffa03e02fed761a62f17a X-VCS-Branch: master Date: Fri, 14 Oct 2016 19:25:30 +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: 84cc7a7a-1218-4aeb-baaa-d0e206fd9ad2 X-Archives-Hash: 4d7cf5b55a6fd0fe2088cecc859f4b89 commit: cdff6a6b176c5fcd1dcffa03e02fed761a62f17a Author: Brian Dolbec gentoo org> AuthorDate: Fri Oct 14 19:24:14 2016 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Fri Oct 14 19:25:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdff6a6b dev-python/pytest: Fix bug 597122, bad command in python_compile_all() Package-Manager: portage-2.3.2 dev-python/pytest/pytest-3.0.3.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/pytest/pytest-3.0.3.ebuild b/dev-python/pytest/pytest-3.0.3.ebuild index fef1880..55fd055 100644 --- a/dev-python/pytest/pytest-3.0.3.ebuild +++ b/dev-python/pytest/pytest-3.0.3.ebuild @@ -63,7 +63,6 @@ python_test() { python_compile_all(){ use doc && emake -C doc/en html - distutils-r1_python_compile_all } python_install_all() {