Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 262092 - app-text/iso-codes depend on python[xml] not compatible with python-2.6 (no use flag)
Summary: app-text/iso-codes depend on python[xml] not compatible with python-2.6 (no u...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: python-2.6
  Show dependency tree
 
Reported: 2009-03-11 09:31 UTC by Daniel Black (RETIRED)
Modified: 2009-03-11 11:15 UTC (History)
1 user (show)

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 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.