commit: 3211a8af5bde9e1dbf270c06681f77c4096ff5d7
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 17 20:53:26 2015 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 20:53:26 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3211a8af
x11-plugins/wmudmount: require USE=png on imagemagick
Thanks to Toralf Förster <toralf.foerster <AT> gmx.de> in bug #563784
Package-Manager: portage-2.2.26
x11-plugins/wmudmount/wmudmount-2.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/wmudmount/wmudmount-2.2.ebuild
b/x11-plugins/wmudmount/wmudmount-2.2.ebuild
index 8e21bbc..f229e15 100644
--- a/x11-plugins/wmudmount/wmudmount-2.2.ebuild
+++ b/x11-plugins/wmudmount/wmudmount-2.2.ebuild
@@ -20,7 +20,7 @@ RDEPEND="sys-fs/udisks:2
libnotify? ( >=x11-libs/libnotify-0.7 )"
DEPEND="${RDEPEND}
virtual/pkgconfig
- || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )"
+ || ( media-gfx/imagemagick[png]
media-gfx/graphicsmagick[imagemagick,png] )"
DOCS="ChangeLog"