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

Bug 321671

Summary: Mismatch in gtksourceview requirements
Product: Gentoo Linux Reporter: Andrew John Hughes <gnu_andrew>
Component: [OLD] LibraryAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.