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

Bug 15687

Summary: gnustep-gui updated without gnustep-back
Product: Gentoo Linux Reporter: Zhen Lin <lowzl>
Component: New packagesAssignee: Nick Hadaway <grandmasterlinux>
Status: RESOLVED FIXED    
Severity: minor CC: mholzer
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Zhen Lin 2003-02-14 05:49:52 UTC
Whenever GNUstep-gui is updated, the backend must be updated as well. Perhaps a
virtual/gnustep-gui-backend will allow both dgs (Display Ghostscript) and
gnustep-back to be used.

A simple PDEPEND should fix the problem:

PDEPEND=">=dev-util/gnustep-back-${PV}"

Reproducible: Always
Steps to Reproduce:
Comment 1 Zhen Lin 2003-02-14 06:04:26 UTC
Please note that differing versions of gnustep-gui and gnustep-back will conflict, i.e. gnustep-gui 0.8.3 and gnustep-back-0.8.0, since they expose internal APIs which are _VERY_ volatile
Comment 2 Zhen Lin 2003-02-14 06:08:51 UTC
Forgot to mention, gnustep-back ebuilds should be altered as such:

DEPEND="=dev-util/gnustep-gui-${PV}
        >=media-libs/tiff-3.5.7
        >=media-libs/jpeg-6b-r2
        x11-base/xfree"
Comment 3 Nick Hadaway 2003-02-14 20:01:29 UTC
the ebuilds have been updated in portage.  Thanks for the suggestion.