Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [RFC] Add operator + for licenses (EAPI-4 ?)
Date: Sat, 05 Sep 2009 09:28:50
Message-Id: 19106.12109.636129.925776@a1ihome1.kph.uni-mainz.de
In Reply to: Re: [gentoo-dev] [RFC] Add operator + for licenses (EAPI-4 ?) by Zac Medico
1 >>>>> On Fri, 04 Sep 2009, Zac Medico wrote:
2 >> I propose support for license groups in ebuilds then, I guess.
3
4 > That seems like a reasonable solution. So, an ebuild can do
5 > something like LICENSE="@GPL-2+" and that will expand to whatever
6 > the definition of the GPL-2+ license group happens to be.
7
8 So "@GPL-2+" would (currently) expand to "GPL-2 GPL-3". But that would
9 be wrong, since what you want is "|| ( GPL-2 GPL-3 )".
10
11 Ulrich

Replies

Subject Author
Re: [gentoo-dev] [RFC] Add operator + for licenses (EAPI-4 ?) Zac Medico <zmedico@g.o>