Gentoo Archives: gentoo-dev

From: Alexandre Rostovtsev <tetromino@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Free Gentoo
Date: Sat, 21 Jan 2012 18:28:08
Message-Id: 1327170443.30813.7.camel@rook
In Reply to: Re: [gentoo-dev] Free Gentoo by JD Horelick
1 On Sat, 2012-01-21 at 13:09 -0500, JD Horelick wrote:
2 > To your first comment, I believe you can put:
3 >
4 > ACCEPT_LICENSES="@FSF-APPROVED"
5 >
6 > in your /etc/make.conf and with that, portage will only allow you to
7 > install software with a license approved by the FSF.
8
9 It's ACCEPT_LICENSE (singular). Users who want only free/libre software
10 and documentation should probably set
11
12 ACCEPT_LICENSE="-* @FREE"
13
14 to allow the FSF- and OSI-approved licenses and other miscellaneous
15 licenses meeting the free definition, and deny everything else; see
16 http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml?part=2&chap=1
17
18 -Alexandre.