x11-plugins/wmudmount: Depend on virtual/imagemagick-tools
authorDavid Seifert <soap@gentoo.org>
Sat, 11 Feb 2017 19:21:56 +0000 (20:21 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 11 Feb 2017 19:46:36 +0000 (20:46 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3907

x11-plugins/wmudmount/wmudmount-2.2-r1.ebuild
x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild [moved from x11-plugins/wmudmount/wmudmount-2.2.ebuild with 80% similarity]

index 4a317efe82441affefae6c360637db1a7d7e1486..ee477870d1f62a0f3b0bbdb62aed64a80dca4d65 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=6
-inherit eutils gnome2-utils xdg
+EAPI=5
+inherit eutils gnome2-utils
 
 DESCRIPTION="A filesystem mounter that uses udisks to handle notification and mounting"
 HOMEPAGE="https://sourceforge.net/projects/wmudmount/"
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="gnome-keyring libnotify"
 
 RDEPEND="sys-fs/udisks:2
@@ -20,7 +20,7 @@ RDEPEND="sys-fs/udisks:2
        libnotify? ( >=x11-libs/libnotify-0.7 )"
 DEPEND="${RDEPEND}
        virtual/pkgconfig
-       || ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[imagemagick,png] )"
+       virtual/imagemagick-tools[png]"
 
 DOCS="ChangeLog"
 
similarity index 80%
rename from x11-plugins/wmudmount/wmudmount-2.2.ebuild
rename to x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild
index bfdfa9dc1e3a581e1524e0d218d6a8d713c8624f..32e4f34064bd548fe0088c0892b6f842b50ef6c7 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-inherit eutils gnome2-utils
+EAPI=6
+inherit eutils gnome2-utils xdg
 
 DESCRIPTION="A filesystem mounter that uses udisks to handle notification and mounting"
 HOMEPAGE="https://sourceforge.net/projects/wmudmount/"
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="gnome-keyring libnotify"
 
 RDEPEND="sys-fs/udisks:2
@@ -20,7 +20,7 @@ RDEPEND="sys-fs/udisks:2
        libnotify? ( >=x11-libs/libnotify-0.7 )"
 DEPEND="${RDEPEND}
        virtual/pkgconfig
-       || ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[imagemagick,png] )"
+       virtual/imagemagick-tools[png]"
 
 DOCS="ChangeLog"