Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 279072 - dev-dotnet/gnome-desktop-sharp have too rigid dependency on gnome-base/gnome-desktop
Summary: dev-dotnet/gnome-desktop-sharp have too rigid dependency on gnome-base/gnome-...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-25 17:13 UTC by Maciej Piechotka
Modified: 2009-08-23 00:18 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 Maciej Piechotka 2009-07-25 17:13:08 UTC
dev-dotnet/gnome-desktop-sharp is locked on the corresponding gnome-base/gnome-desktop despite it is not required (at least build successfully with newer version).

Reproducible: Always
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2009-08-23 00:18:00 UTC
That restriction is not there for build-time purposes, it's for runtime purposes. gnomedesktop-sharp.dll.config hardcodes a specific .so.n version with which it will work.

Verified with gnome-desktop git that .so number will not be bumped in current release cycle unless drastic last-minute changes are introduced. Changed gtk-sharp-module eclass accordingly.