Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 262092

Summary: app-text/iso-codes depend on python[xml] not compatible with python-2.6 (no use flag)
Product: Gentoo Linux Reporter: Daniel Black (RETIRED) <dragonheart>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED INVALID    
Severity: normal CC: python
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 230205    

Description Daniel Black (RETIRED) gentoo-dev 2009-03-11 09:31:13 UTC
app-text/iso-codes/iso-codes-3.5.1.ebuild:              >=dev-lang/python-2.3[-build,xml]
app-text/iso-codes/iso-codes-3.6.ebuild:                >=dev-lang/python-2.3[-build,xml]

Python-2.6 doesn't have a xml use flag.
Comment 1 Daniel Black (RETIRED) gentoo-dev 2009-03-11 09:31:53 UTC
i'll learn the difference between depends and blocks one day :-)
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-03-11 10:50:50 UTC
I just cvs uped and the result of:
 egrep "IUSE=.*xml" dev-lang/python/*.ebuild
 egrep "IUSE=.*build" dev-lang/python/*.ebuild

shows that every ebuild in tree has those use flag. I would have been a bit surprised if it wasn't this way since we specially asked python team to keep things coherent in their ebuilds. I'll close this invalid but don't hesitate to reopen if I missed something.
Comment 3 Daniel Black (RETIRED) gentoo-dev 2009-03-11 11:15:05 UTC
opps - had older python-2.6.1 installed

  10 Feb 2009; <neurogeek@gentoo.org> python-2.6-r5.ebuild,
  python-2.6.1.ebuild:
  Python 2.6 series. Added +xml use flag to standarize.