Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15687 - gnustep-gui updated without gnustep-back
Summary: gnustep-gui updated without gnustep-back
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-14 05:49 UTC by Zhen Lin
Modified: 2003-02-14 20:01 UTC (History)
1 user (show)

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 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.