Il giorno dom 26 ago 2018 alle ore 20:15 Mart Raudsepp <[email protected]> ha scritto:
> Ühel kenal päeval, P, 26.08.2018 kell 19:14, kirjutas Michał Górny: > > One thing where this would fail would be e.g.: > > > > LICENSE="GPL-2+ > > bar? ( GPL-2 ) > > foo? ( GPL-3+ )" ^ you can't put a comment on the right line > > LICENSE="GPL-2+ " > LICENSE+="bar? ( GPL-2 ) " # GPL-2 only > LICENSE+="foo? ( GPL-3+ )" > Wouldn't this break metadata cache?
