Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Not sure how to set use flags for Python versions [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
linux_matt
Tux's lil' helper
Tux's lil' helper


Joined: 14 May 2012
Posts: 103

PostPosted: Fri Jan 23, 2015 2:58 pm    Post subject: Not sure how to set use flags for Python versions [SOLVED] Reply with quote

On the basis of this entry in my /etc/portage/package/use:

>=games-puzzle/gnome-sudoku-3.12.0 python_single_target_3_4 python_targets_3_4 -python_single_target_3_3 -python_targets_3_3

I am getting this error:

!!! The ebuild selected to satisfy "games-puzzle/gnome-sudoku" has unmet requirements.
- games-puzzle/gnome-sudoku-3.12.3::gentoo USE="" PYTHON_SINGLE_TARGET="python3_3 -python3_4" PYTHON_TARGETS="-python3_3 -python3_4"

The following REQUIRED_USE flag constraints are unsatisfied:
python_single_target_python3_3? ( python_targets_python3_3 )

The above constraints are a subset of the following complete expression:
exactly-one-of ( python_single_target_python3_3 python_single_target_python3_4 ) python_single_target_python3_3? ( python_targets_python3_3 ) python_single_target_python3_4? ( python_targets_python3_4 )

Any ideas on how to set the use flags for this?
Back to top
View user's profile Send private message
linux_matt
Tux's lil' helper
Tux's lil' helper


Joined: 14 May 2012
Posts: 103

PostPosted: Fri Jan 23, 2015 4:39 pm    Post subject: Re: Not sure how to set use flags for Python versions [SOLVE Reply with quote

linux_matt wrote:
On the basis of this entry in my /etc/portage/package/use:

>=games-puzzle/gnome-sudoku-3.12.0 python_single_target_3_4 python_targets_3_4 -python_single_target_3_3 -python_targets_3_3

I am getting this error:

!!! The ebuild selected to satisfy "games-puzzle/gnome-sudoku" has unmet requirements.
- games-puzzle/gnome-sudoku-3.12.3::gentoo USE="" PYTHON_SINGLE_TARGET="python3_3 -python3_4" PYTHON_TARGETS="-python3_3 -python3_4"

The following REQUIRED_USE flag constraints are unsatisfied:
python_single_target_python3_3? ( python_targets_python3_3 )

The above constraints are a subset of the following complete expression:
exactly-one-of ( python_single_target_python3_3 python_single_target_python3_4 ) python_single_target_python3_3? ( python_targets_python3_3 ) python_single_target_python3_4? ( python_targets_python3_4 )

Any ideas on how to set the use flags for this?


Spotted that these USE flags are incorrectly formatted. This works:

>=games-puzzle/gnome-sudoku-3.12.0 python_single_target_python3_4 python_targets_python3_4 -python_single_target_python3_3 -python_targets_python3_3
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum