Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Overriding environment variables per package
Date: Thu, 15 Jan 2015 17:38:29
Message-Id: 20150115173814.52122071@digimed.co.uk
In Reply to: [gentoo-user] Overriding environment variables per package by Alexander Kapshuk
1 On Thu, 15 Jan 2015 16:36:08 +0200, Alexander Kapshuk wrote:
2
3 > (3). cat package.env
4 > app-cdr/xfburn debug.conf
5 > (5). FEATURES="nostrip" emerge -av xfburn
6 >
7 > I've had to define FEATURES on the command line as shown in (5), for
8 > nostrip to apply. For some reason, enabling the setting in
9 > /etc/portage/env/debug.conf did not seem to work for me.
10
11 That should be
12
13 % cat package.env
14 app-cdr/xfburn debug.conf
15
16 % cat env/debug.conf
17 FEATURES="nostrip"
18
19
20 --
21 Neil Bothwick
22
23 Nixon's Principal: If 2 wrongs don't make a right, try 3.

Replies

Subject Author
Re: [gentoo-user] Overriding environment variables per package Alexander Kapshuk <alexander.kapshuk@×××××.com>