Ulrich Mueller wrote: >>>>>> On Fri, 04 Sep 2009, Zac Medico wrote: >>> I propose support for license groups in ebuilds then, I guess. > >> That seems like a reasonable solution. So, an ebuild can do >> something like LICENSE="@GPL-2+" and that will expand to whatever >> the definition of the GPL-2+ license group happens to be. > > So "@GPL-2+" would (currently) expand to "GPL-2 GPL-3". But that would > be wrong, since what you want is "|| ( GPL-2 GPL-3 )".
Right, so naturally, license groups inside LICENSE should expand to || ( licenses in group ). -- Thanks, Zac