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

Bug 286194

Summary: x11-wm/awesome-3.4_rc1 needs media-gfx/imagemagick[png]
Product: Gentoo Linux Reporter: polatov <tpolatov>
Component: New packagesAssignee: MATSUU Takuto (RETIRED) <matsuu>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description polatov 2009-09-24 10:41:52 UTC
Wasn't set flag png for imagemagick

Reproducible: Always




I solved that problem so


--- /usr/portage/x11-wm/awesome/awesome-3.4_rc1.ebuild  2009-09-14 19:35:23.000000000 +0400
+++ awesome-3.4_rc1.ebuild      2009-09-24 14:22:07.783708945 +0400
@@ -34,7 +34,7 @@
        app-text/xmlto
        >=dev-util/cmake-2.6
        dev-util/pkgconfig
-       media-gfx/imagemagick
+       media-gfx/imagemagick[png]
        >=x11-proto/xcb-proto-1.5
        >=x11-proto/xproto-7.0.15
        doc? (
Comment 1 MATSUU Takuto (RETIRED) gentoo-dev 2009-10-01 09:05:41 UTC
Fixed in awesome-3.4_rc2. thanks.