Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] RFC: Proposal for addition of distribution variables
Date: Mon, 05 Dec 2016 06:47:13
Message-Id: 22597.3401.361248.179875@a1i15.kph.uni-mainz.de
In Reply to: [gentoo-dev] RFC: Proposal for addition of distribution variables by "A. Wilcox"
1 >>>>> On Sun, 4 Dec 2016, A Wilcox wrote:
2
3 > Roadmap
4 > - -------
5
6 > Since the shell environment is flexible, this change can be
7 > implemented almost immediately; the defaults specified in the Gentoo
8 > base profile ensure that at worst nothing will immediately change.
9 > As forks, derivatives, and other organisations change the
10 > environment variables in their profiles or ``make.conf`` files, all
11 > updated ebuilds will immediately reflect the changes.
12
13 I think that the base profile is the right place where you would
14 define such variables. As you note, you could do that immediately
15 without any EAPI change.
16
17 > During this, the variables can be added to the EAPI=7 specification,
18 > and may eventually be added to PMS ยง11.1.
19
20 What would be the advantage if the package manager would define such
21 variables, instead of them being defined in profiles? Package
22 managers are not specific to any distribution.
23
24 Ulrich