diff options
author | David Seifert <soap@gentoo.org> | 2017-02-11 20:21:56 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-11 20:46:46 +0100 |
commit | a2418bd144ff851458089977b76951398d277fa9 (patch) | |
tree | c9f76cd18461bb8dd1ba25feeafa3444a86fed00 /x11-themes/fvwm-themes | |
parent | x11-themes/fvwm-crystal: Depend on virtual/imagemagick-tools (diff) | |
download | gentoo-a2418bd144ff851458089977b76951398d277fa9.tar.gz gentoo-a2418bd144ff851458089977b76951398d277fa9.tar.bz2 gentoo-a2418bd144ff851458089977b76951398d277fa9.zip |
x11-themes/fvwm-themes: Depend on virtual/imagemagick-tools
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3907
Diffstat (limited to 'x11-themes/fvwm-themes')
-rw-r--r-- | x11-themes/fvwm-themes/fvwm-themes-0.7.0-r1.ebuild (renamed from x11-themes/fvwm-themes/fvwm-themes-0.7.0.ebuild) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-themes/fvwm-themes/fvwm-themes-0.7.0.ebuild b/x11-themes/fvwm-themes/fvwm-themes-0.7.0-r1.ebuild index 12b056dcf7e4..04fa53ddc894 100644 --- a/x11-themes/fvwm-themes/fvwm-themes-0.7.0.ebuild +++ b/x11-themes/fvwm-themes/fvwm-themes-0.7.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,9 +16,7 @@ IUSE="gnome" RDEPEND=">=x11-wm/fvwm-2.6.2" DEPEND="${RDEPEND} - gnome? ( || ( - media-gfx/imagemagick - media-gfx/graphicsmagick[imagemagick] ) )" + gnome? ( virtual/imagemagick-tools )" src_prepare() { epatch \ |