Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 550982 - Package specific python targets is being ignored
Summary: Package specific python targets is being ignored
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-02 04:39 UTC by Raymond Jennings
Modified: 2015-06-03 00:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Raymond Jennings 2015-06-02 04:39:36 UTC
I can't merge dev-libs/gobject-introspection because python2_7 is apparently not enabled.

However, I have both use and env set as follows:

/etc/portage/package.env/gobject: dev-libs/gobject-introspection python2_7
/etc/portage/env/python2_7: PYTHON_TARGETS="python2_7"

/etc/portage/package.use/gobject: dev-libs/gobject-introspection python-targets-python2_7

It's like portage can't even see anything except make.conf, which has PYTHON_TARGETS="python3_4"
Comment 1 Rafał Mużyło 2015-06-02 16:58:45 UTC
> /etc/portage/package.env/gobject: dev-libs/gobject-introspection python2_7
nonsense

> /etc/portage/env/python2_7: PYTHON_TARGETS="python"
most likely as above

> /etc/portage/package.use/gobject: dev-libs/gobject-introspection python-targets-python2_7

close, but not there yet - try 'python_targets_python2_7'

portage is doing nothing, because GIGO
Comment 2 Rafał Mużyło 2015-06-02 23:30:45 UTC
...got to remind self not to post when that pissed off...

Only the first line is nonsense, the second would have worked, it the first was correct.

On the other hand, the rest is correct.
Comment 3 Raymond Jennings 2015-06-03 00:28:22 UTC
What exactly is wrong with:

/etc/portage/package.env/gobject:
dev-libs/gobject-introspection python2_7

anyway?