Bug 15687 - gnustep-gui updated without gnustep-back
Bug#: 15687 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: nick@capital-internet.net Reported By: lowzl@hotmail.com
Component: Ebuilds
URL: 
Summary: gnustep-gui updated without gnustep-back
Keywords:  
Status Whiteboard: 
Opened: 2003-02-14 05:49 0000
Description:   Opened: 2003-02-14 05:49 0000
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 From Zhen Lin 2003-02-14 06:04:26 0000 -------
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 From Zhen Lin 2003-02-14 06:08:51 0000 -------
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 From Nick Hadaway 2003-02-14 20:01:29 0000 -------
the ebuilds have been updated in portage.  Thanks for the suggestion.