Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 321671 - Mismatch in gtksourceview requirements
Summary: Mismatch in gtksourceview requirements
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-27 11:05 UTC by Andrew John Hughes
Modified: 2010-05-28 13:25 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 Andrew John Hughes 2010-05-27 11:05:33 UTC
gnome 2.28.2 requires libgtksourceview 2.8.2:

gnome-base/gnome-2.28.2 (>=x11-libs/gtksourceview-2.8.2:2.0)

However, gnome-python-desktop-2.28.0 pulls in bindings for 1.8:

dev-python/gtksourceview-python-2.28.0 (=x11-libs/gtksourceview-1.8*)

instead of: 

dev-python/pygtksourceview-2.8.0 (>=x11-libs/gtksourceview-2.8.1)

Is this really correct?

Reproducible: Always

Actual Results:  
dev-python/gtksourceview-python-2.28.0 (=x11-libs/gtksourceview-1.8*)
dev-python/pygtksourceview-2.8.0 (>=x11-libs/gtksourceview-2.8.1)
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-05-27 15:39:53 UTC
This is actually the correct requirements. Stuff just got renamed/split.
Comment 2 Andrew John Hughes 2010-05-28 13:25:41 UTC
So GNOME really requires one version and its Python bindings another? Strange.