Re: [gentoo-user] Re: Troubles setting USE flag for inkscape

2020-04-25 Thread Ashley Dixon
On Sat, Apr 25, 2020 at 08:33:36PM +0200, tu...@posteo.de wrote:
> On 04/25 07:28, Remy Blank wrote:
> > tu...@posteo.de wrote on 25/04/2020 17:55:
> > > Beside other permutations I add this to package.use
> > > 
> > > media-gfx/inkscape python_single_target_python3_8
> > 
> > Try this instead:
> > 
> > media-gfx/inkscape PYTHON_SINGLE_TARGET: -* python3_8
> > 
> > -- Remy
> > 
> > 
> 
> Hi Remy,
> 
> that helped !
> 
> To be honest ... I never had deduced this from the error message.
> Is this pure experience...somehing one had to learn after uears
> of trying to cope with The Portage Oracle...or is it one has
> and the other one has not...? ;)
> 
> ...or what manual do I need to read to up with this line?

He's just masking all Python single targets (-* = disable all)  except  for  one
(python3_8), thus satisfying the requirement that only one is set.

-- 

Ashley Dixon
suugaku.co.uk

2A9A 4117
DA96 D18A
8A7B B0D2
A30E BF25
F290 A8AA



signature.asc
Description: PGP signature


Re: [gentoo-user] Re: Troubles setting USE flag for inkscape

2020-04-25 Thread Franz Fellner
On Sat Apr 25 20:33:36 2020, tu...@posteo.de wrote:
> 
> Hi Remy,
> 
> that helped !
> 
> To be honest ... I never had deduced this from the error message.
> Is this pure experience...somehing one had to learn after uears
> of trying to cope with The Portage Oracle...or is it one has
> and the other one has not...? ;)
> 
> ...or what manual do I need to read to up with this line?

For the "Oracle" output of portage:
  ##The following REQUIRED_USE flag constraints are unsatisfied:
  ##exactly-one-of ( python_single_target_python3_6 
python_single_target_python3_7 python_single_target_python3_8 )
^^

So "exactly one of the listed use flags".

For the documentation on syntax:
"man portage" and go to the "package.use" section
or visit
https://wiki.gentoo.org/wiki//etc/portage/package.use



Re: [gentoo-user] Re: Troubles setting USE flag for inkscape

2020-04-25 Thread tuxic
On 04/25 07:28, Remy Blank wrote:
> tu...@posteo.de wrote on 25/04/2020 17:55:
> > Beside other permutations I add this to package.use
> > 
> > media-gfx/inkscape python_single_target_python3_8
> 
> Try this instead:
> 
> media-gfx/inkscape PYTHON_SINGLE_TARGET: -* python3_8
> 
> -- Remy
> 
> 

Hi Remy,

that helped !

To be honest ... I never had deduced this from the error message.
Is this pure experience...somehing one had to learn after uears
of trying to cope with The Portage Oracle...or is it one has
and the other one has not...? ;)

...or what manual do I need to read to up with this line?

(NO critism towards you implied!!!)

Cheers!
Meino







[gentoo-user] Re: Troubles setting USE flag for inkscape

2020-04-25 Thread Remy Blank
tu...@posteo.de wrote on 25/04/2020 17:55:
> Beside other permutations I add this to package.use
> 
> media-gfx/inkscape python_single_target_python3_8

Try this instead:

media-gfx/inkscape PYTHON_SINGLE_TARGET: -* python3_8

-- Remy