Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 186738 - gimp-2.3.19 needs gtk+ >= 2.10.13
Summary: gimp-2.3.19 needs gtk+ >= 2.10.13
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-26 22:53 UTC by quazgar
Modified: 2007-07-27 15:21 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 quazgar 2007-07-26 22:53:31 UTC
See Gimp Changelog:
---
2007-07-24 : app/gui/gui.c: depend on gtk+ >= 2.10.13. Fixes bug #436242.
---

This one line should be changed inside the ebuild:

--- gimp-2.3.19.ebuild  2007-06-14 14:36:44.000000000 +0200
+++ gimp-2.3.19.ebuild  2007-07-25 19:05:57.000000000 +0200
 -18,7 +18,7 @@
 MAKEOPTS="-j1"
 
 RDEPEND=">=dev-libs/glib-2.12.3
-       >=x11-libs/gtk+-2.10.6
+       >=x11-libs/gtk+-2.10.13
        >=x11-libs/pango-1.12.2
        >=media-libs/freetype-2.1.7
        >=media-libs/fontconfig-2.2.0


Thanks!
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-07-26 23:04:21 UTC
Not Gnome.
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-07-27 13:44:12 UTC
It is fixed.
Comment 3 Hanno Böck gentoo-dev 2007-07-27 15:21:41 UTC
done