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 EAA22139694 for ; Fri, 19 May 2017 22:33:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32BD0E085E; Fri, 19 May 2017 22:33:41 +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 127A0E085E for ; Fri, 19 May 2017 22:33:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB18B33BEAE for ; Fri, 19 May 2017 22:33:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81779744C for ; Fri, 19 May 2017 22:33:38 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1495233214.21c09c140566ac7e12b4e1e8594b3b80dc842394.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/gentoopm/gentoopm-9999.ebuild X-VCS-Directories: app-portage/gentoopm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 21c09c140566ac7e12b4e1e8594b3b80dc842394 X-VCS-Branch: master Date: Fri, 19 May 2017 22:33:38 +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: 65a9f0a8-cd45-43ac-8816-764337ec5a73 X-Archives-Hash: 84444fa09ae30de295c9f0d6e40a1255 commit: 21c09c140566ac7e12b4e1e8594b3b80dc842394 Author: Michał Górny gentoo org> AuthorDate: Fri May 19 22:32:33 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri May 19 22:33:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21c09c14 app-portage/gentoopm: Fix DISTUTILS_ALL_SUBPHASE_IMPLS use app-portage/gentoopm/gentoopm-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild index 496524fd26a..a4529c98bc9 100644 --- a/app-portage/gentoopm/gentoopm-9999.ebuild +++ b/app-portage/gentoopm/gentoopm-9999.ebuild @@ -27,7 +27,7 @@ PDEPEND="app-eselect/eselect-package-manager" REQUIRED_USE="doc? ( $(python_gen_useflags python2_7) )" src_configure() { - use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( python2_7 ) + use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( python2.7 ) distutils-r1_src_configure }