Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmudmount/
Date: Thu, 17 Dec 2015 20:54:25
Message-Id: 1450385606.3211a8af5bde9e1dbf270c06681f77c4096ff5d7.voyageur@gentoo
1 commit: 3211a8af5bde9e1dbf270c06681f77c4096ff5d7
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 17 20:53:26 2015 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 17 20:53:26 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3211a8af
7
8 x11-plugins/wmudmount: require USE=png on imagemagick
9
10 Thanks to Toralf Förster <toralf.foerster <AT> gmx.de> in bug #563784
11
12 Package-Manager: portage-2.2.26
13
14 x11-plugins/wmudmount/wmudmount-2.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/x11-plugins/wmudmount/wmudmount-2.2.ebuild b/x11-plugins/wmudmount/wmudmount-2.2.ebuild
18 index 8e21bbc..f229e15 100644
19 --- a/x11-plugins/wmudmount/wmudmount-2.2.ebuild
20 +++ b/x11-plugins/wmudmount/wmudmount-2.2.ebuild
21 @@ -20,7 +20,7 @@ RDEPEND="sys-fs/udisks:2
22 libnotify? ( >=x11-libs/libnotify-0.7 )"
23 DEPEND="${RDEPEND}
24 virtual/pkgconfig
25 - || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )"
26 + || ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[imagemagick,png] )"
27
28 DOCS="ChangeLog"