Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 286194 - x11-wm/awesome-3.4_rc1 needs media-gfx/imagemagick[png]
Summary: x11-wm/awesome-3.4_rc1 needs media-gfx/imagemagick[png]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: MATSUU Takuto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-24 10:41 UTC by polatov
Modified: 2009-10-01 09:05 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 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.