Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 197657 - x11-libs/gtk+ needs updating in prefix tree, doesn't match the main tree
Summary: x11-libs/gtk+ needs updating in prefix tree, doesn't match the main tree
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo non-Linux Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-31 16:21 UTC by Jeremy Olexa (darkside) (RETIRED)
Modified: 2007-12-13 20:48 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 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2007-10-31 16:21:15 UTC
Our version of gtk+ doesn't conform to the issue in bug 111483. See the gtk+ ChangeLog line 592.

Long story short, under pkg_setup() in the gtk+ ebuild:
-if use X && ! built_with_use x11-libs/cairo X; then
+if ! built_with_use x11-libs/cairo X; then
Comment 1 Fabian Groffen gentoo-dev 2007-12-13 20:48:42 UTC
I think I fixed this.  It was not a main tree deviation, but an aqua extension problem.