Gentoo Archives: gentoo-dev

From: Matt Turner <mattst88@g.o>
To: gentoo development <gentoo-dev@l.g.o>
Cc: Joonas Niilola <juippis@g.o>
Subject: Re: [gentoo-dev] Re: Introduce a pandoc virtual
Date: Fri, 03 Jun 2022 21:06:16
Message-Id: CAEdQ38HrG1_Y=xNwKuOgvR7cgEyM2SfeMjz5CrRhh0sxDWQZtQ@mail.gmail.com
In Reply to: [gentoo-dev] Re: Introduce a pandoc virtual by "Maciej Barć"
1 On Fri, Jun 3, 2022 at 12:35 PM Maciej Barć <xgqt@g.o> wrote:
2 >
3 > > But you'll have to match KEYWORDS for both options first.
4 >
5 > Afaik KEYWORDS of virtuals are a union of KEYWORDS of it's dependencies.
6 > pandoc has "~amd64 ~x86", pandoc-bin has "~amd64" now, with possibility
7 > of "~arm64" (only those 2 arches are precompiled by upstream).
8 >
9 > From Devmanual:
10 > > the developer can immediately set the KEYWORDS of a virtual to the union of KEYWORDS of its providers.
11
12 I agree with you.