commit: 66db7e0ca3dd9acdcf2682794939e26780cbc95d Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Feb 11 19:21:56 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Feb 11 19:46:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66db7e0c
x11-plugins/wmudmount: Depend on virtual/imagemagick-tools 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 | 10 +++++----- .../{wmudmount-2.2.ebuild => wmudmount-2.2-r2.ebuild} | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/x11-plugins/wmudmount/wmudmount-2.2-r1.ebuild b/x11-plugins/wmudmount/wmudmount-2.2-r1.ebuild index 4a317efe82..ee477870d1 100644 --- a/x11-plugins/wmudmount/wmudmount-2.2-r1.ebuild +++ b/x11-plugins/wmudmount/wmudmount-2.2-r1.ebuild @@ -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" diff --git a/x11-plugins/wmudmount/wmudmount-2.2.ebuild b/x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild similarity index 80% rename from x11-plugins/wmudmount/wmudmount-2.2.ebuild rename to x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild index bfdfa9dc1e..32e4f34064 100644 --- a/x11-plugins/wmudmount/wmudmount-2.2.ebuild +++ b/x11-plugins/wmudmount/wmudmount-2.2-r2.ebuild @@ -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"
