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 96FB613877A for ; Mon, 1 Sep 2014 06:56:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48D7AE0AB1; Mon, 1 Sep 2014 06:56:53 +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 ECEAFE0AB1 for ; Mon, 1 Sep 2014 06:56:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 986FF33DCAE for ; Mon, 1 Sep 2014 06:56:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 210B24697 for ; Mon, 1 Sep 2014 06:56:50 +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: <1409554601.f1f09e7839be27fb8ea1fd90959e7b6ee9805e7d.mgorny@gentoo> Subject: [gentoo-commits] dev/mgorny:master commit in: sys-apps/portage/ X-VCS-Repository: dev/mgorny X-VCS-Files: sys-apps/portage/portage-9999.ebuild X-VCS-Directories: sys-apps/portage/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f1f09e7839be27fb8ea1fd90959e7b6ee9805e7d X-VCS-Branch: master Date: Mon, 1 Sep 2014 06:56:50 +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: 8e0b0e2c-2ce3-433c-bb75-e69c7bb26a9d X-Archives-Hash: 56282315f5e9c6f68714e1725a85440c commit: f1f09e7839be27fb8ea1fd90959e7b6ee9805e7d Author: Michał Górny gentoo org> AuthorDate: Mon Sep 1 06:56:41 2014 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Sep 1 06:56:41 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=f1f09e78 sys-apps/portage: Force python-exec:2. Package-Manager: portage-2.2.11_p178 --- sys-apps/portage/portage-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild index c949ece..52e8ac0 100644 --- a/sys-apps/portage/portage-9999.ebuild +++ b/sys-apps/portage/portage-9999.ebuild @@ -11,6 +11,8 @@ PYTHON_COMPAT=( ) PYTHON_REQ_USE='ssl(+),bzip2(+)' +_PYTHON_WANT_PYTHON_EXEC2=1 + inherit distutils-r1 git-r3 multilib DESCRIPTION="Portage is the package management and distribution system for Gentoo"