public inbox for gentoo-devhelp@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-devhelp] How does PYTHON_COMPAT work?
@ 2014-08-06 12:26 Nikos Chantziaras
  2014-08-10  9:08 ` justin
  0 siblings, 1 reply; 4+ messages in thread
From: Nikos Chantziaras @ 2014-08-06 12:26 UTC (permalink / raw
  To: gentoo-devhelp

I have an ebuild where:

   PYTHON_COMPAT=( python3_3 python3_4 )
   inherit distutils-r1

works just fine. Now python 3.3 doesn't work anymore for the software, 
so I removed that. But this:

   PYTHON_COMPAT=( python3_4 )
   # or: PYTHON_COMPAT=python3_4
   inherit distutils-r1

doesn't work. During emerge:

Calculating dependencies \

!!! Problem resolving dependencies for net-misc/livestreamer
... done!

!!! The ebuild selected to satisfy "livestreamer" has unmet requirements.
- net-misc/livestreamer-1.9.0::Local USE="" ABI_X86="64" 
PYTHON_TARGETS="-python3_4"

   The following REQUIRED_USE flag constraints are unsatisfied:
     python_targets_python3_4

   The above constraints are a subset of the following complete expression:
     any-of ( python_targets_python3_4 )



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-08-19  6:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-06 12:26 [gentoo-devhelp] How does PYTHON_COMPAT work? Nikos Chantziaras
2014-08-10  9:08 ` justin
2014-08-19  6:07   ` [gentoo-devhelp] " Nikos Chantziaras
2014-08-19  6:23     ` Nikos Chantziaras

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox