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 09657138E66 for ; Mon, 24 Feb 2014 13:30:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61A8FE0BA6; Mon, 24 Feb 2014 13:30:05 +0000 (UTC) Received: from mail-we0-f178.google.com (mail-we0-f178.google.com [74.125.82.178]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2CC98E0B5E for ; Mon, 24 Feb 2014 13:30:03 +0000 (UTC) Received: by mail-we0-f178.google.com with SMTP id q59so4624556wes.37 for ; Mon, 24 Feb 2014 05:30:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=MXIytMU8n/mDvgm/BGz/bqoOBsdkCgfAYmWLT4U6llE=; b=DfBhT+dBiU8bFrmlF7mIrM6YWHiKCeJqzHi5tN/byCE3ZJeiVRrXHEVG+xOwLU2yIJ 01BHKM1mufzDFWXjGChjnmt01FqT3WQo8WUfPpY7NSwizo3EbC4HangTkVtrARO5vmwl sMzHhjyuOxWgA7yW/E09sx1JnLm4SD1IfCRLYbtdL+pqcOdHcErXOdmnXhvIuQEhKJcw bNOG1mDAC/o1u78QzqBHeR3DEir4vM4FzyHdOAObyHbQm9Jv1S2JQFPQ4oFw3sEggNCb uCz+5azSaRvrpyIG0+puIbnQACd4vbrTqp5ZeqDVu1qOtR43s6AtpiNw+dCMrcUQqm+S YDow== X-Received: by 10.180.206.172 with SMTP id lp12mr14439215wic.46.1393248602831; Mon, 24 Feb 2014 05:30:02 -0800 (PST) Received: from [192.168.1.81] (26.185.204.77.rev.sfr.net. [77.204.185.26]) by mx.google.com with ESMTPSA id fh1sm24309742wib.11.2014.02.24.05.30.01 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 24 Feb 2014 05:30:02 -0800 (PST) Message-ID: <530B4975.5060605@gmail.com> Date: Mon, 24 Feb 2014 14:30:29 +0100 From: Fox User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] EAPI 4-python Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 5484ff84-852a-422e-8006-ad3332a405a8 X-Archives-Hash: 87f62ed3eefadfd76d99391f551ba821 Hello, I am trying to install an ebuild that used EAPI=4-python getting the error: API of python.eclass in EAPI="4-python" not established I googled the problem but there is not much to read (or at least I could not find much) and what is there is old. So I wonder what is the problem with this and if there is a way to use it as there are many ebiulds (maybe only in overlays, I am not sure) that use it. Quim