From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MSyKg-0002La-I8 for garchives@archives.gentoo.org; Mon, 20 Jul 2009 19:15:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6B8CE01DC; Mon, 20 Jul 2009 19:15:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B9A78E01DC for ; Mon, 20 Jul 2009 19:15:29 +0000 (UTC) Received: from [192.168.22.10] (ip68-4-152-120.oc.oc.cox.net [68.4.152.120]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 5E43865C76 for ; Mon, 20 Jul 2009 19:15:29 +0000 (UTC) Message-ID: <4A64C19B.80304@gentoo.org> Date: Mon, 20 Jul 2009 12:12:27 -0700 From: Zac Medico User-Agent: Thunderbird 2.0.0.22 (X11/20090605) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-portage-dev@lists.gentoo.org Subject: Re: [gentoo-portage-dev] Re: "official way" for setting per package CFLAGS and FEATURES? References: <1247940945.2134.2.camel@localhost> <4A638016.3040602@gentoo.org> In-Reply-To: X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 40624178-992b-4b4f-944a-d4d2e91c4e94 X-Archives-Hash: 083543ab59977d971950763bd393cc6c Duncan wrote: > Zac Medico posted 4A638016.3040602@gentoo.org, > excerpted below, on Sun, 19 Jul 2009 13:20:38 -0700: > >> Pacho Ramos wrote: >>> Hello, I would want to always merge xorg-server, libdrm, and intel >>> driver (that likes to crash a lot) to be always compiled with debugging >>> symbols and FEATURES="${FEATURES} splitdebug" > >> I use pre_pkg_setup hooks defined in /etc/portage/env. > > Does /etc/portage/env work for the python part of portage yet, or just > the ebuild.sh layer? It only works for ebuild.sh since it's implemented via $PORTDIR/profiles/base/profile.bashrc. Support for the python part hasn't been merged yet, but there's a good patch which I've commented on here: http://bugs.gentoo.org/show_bug.cgi?id=44796#c64 -- Thanks, Zac