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 C6C8913877A for ; Mon, 1 Sep 2014 21:08:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51348E0BCD; Mon, 1 Sep 2014 21:08:25 +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 D405FE0C0E for ; Mon, 1 Sep 2014 21:08:24 +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 CEF9F33F6E2 for ; Mon, 1 Sep 2014 21:08:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3378475C for ; Mon, 1 Sep 2014 21:08:21 +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: <1409605322.171890638f41dc943f48665b057b312a9eeb17b2.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: 171890638f41dc943f48665b057b312a9eeb17b2 X-VCS-Branch: master Date: Mon, 1 Sep 2014 21:08:21 +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: 7e67dd54-d104-4cab-860c-3986f7313240 X-Archives-Hash: 1b8cbf074b4890c2df82b9015148286b commit: 171890638f41dc943f48665b057b312a9eeb17b2 Author: Michał Górny gentoo org> AuthorDate: Mon Sep 1 21:02:02 2014 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Sep 1 21:02:02 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=17189063 Revert "sys-apps/portage: Force python-exec:2." This was not really the correct way of doing this. --- sys-apps/portage/portage-9999.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild index 52e8ac0..c949ece 100644 --- a/sys-apps/portage/portage-9999.ebuild +++ b/sys-apps/portage/portage-9999.ebuild @@ -11,8 +11,6 @@ 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"