Gentoo Archives: gentoo-project

From: Ian Stakenvicius <axs@g.o>
To: gentoo-project@l.g.o
Subject: Re: [gentoo-project] changing the default of ACCEPT_LICENSE in portage
Date: Wed, 31 Jul 2013 16:07:16
Message-Id: 51F93633.0@gentoo.org
In Reply to: Re: [gentoo-project] changing the default of ACCEPT_LICENSE in portage by Jeff Horelick
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA256
3
4 Just to bring the list up to speed -- in a conversation in #gentoo-dev
5 I proposed that what we do, instead of setting the default in
6 make.globals, is to leave that default as-is and to add in the stage3
7 make.conf files the lines:
8
9 # [some comment that says what this is and to look in the handbook ]
10 ACCEPT_LICENSE="-* @FREE"
11 # firmware in the linux kernel needs additional licenses, so add
12 # them by default. Please remove if you do not wish to accept.
13 ACCEPT_LICENSE+="freedist"
14
15
16 ... by putting it in make.conf by default, it #1 brings setting the
17 license variable to the forefront of installation (users see it right
18 away when they edit make.conf), and #2 doesn't affect existing users.
19 The second line, allowing for installation of a blobbed kernel, could
20 be removed but I would suggest it be kept just for user convenience --
21 and with it being set in make.conf I think it is more visible and
22 easier to deal with (ie turning off if the end-user doesn't want it)
23 than setting it in profiles or other places.
24
25 Thoughts?
26 -----BEGIN PGP SIGNATURE-----
27 Version: GnuPG v2.0.20 (GNU/Linux)
28
29 iF4EAREIAAYFAlH5NjMACgkQ2ugaI38ACPCzjwD9GyJK0GM2oXno1TxK29+Wc71Y
30 0SHyI9ph3VwdxDbHQb4A/37We451xKT60xpBVC4RByfXCHYJ9rj/fSZyuZS6oWse
31 =UlS+
32 -----END PGP SIGNATURE-----

Replies