diff options
author | David Seifert <soap@gentoo.org> | 2017-02-11 20:21:50 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-11 20:43:21 +0100 |
commit | e5d36ed0579a3ec1a82fba7d578a4e148f0b3826 (patch) | |
tree | 08e555c7f11050cec46981cc88df055cec38f920 /app-emacs | |
parent | app-editors/kile: Depend on virtual/imagemagick-tools (diff) | |
download | gentoo-e5d36ed0579a3ec1a82fba7d578a4e148f0b3826.tar.gz gentoo-e5d36ed0579a3ec1a82fba7d578a4e148f0b3826.tar.bz2 gentoo-e5d36ed0579a3ec1a82fba7d578a4e148f0b3826.zip |
app-emacs/thumbs: 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 'app-emacs')
-rw-r--r-- | app-emacs/thumbs/thumbs-2.0-r1.ebuild (renamed from app-emacs/thumbs/thumbs-2.0.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/thumbs/thumbs-2.0.ebuild b/app-emacs/thumbs/thumbs-2.0-r1.ebuild index d5998aefa85c..b509f4893aec 100644 --- a/app-emacs/thumbs/thumbs-2.0.ebuild +++ b/app-emacs/thumbs/thumbs-2.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$ @@ -15,6 +15,6 @@ SLOT="0" KEYWORDS="amd64 ~ppc sparc x86" IUSE="" -RDEPEND="|| ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )" +RDEPEND="virtual/imagemagick-tools" SITEFILE="50${PN}-gentoo.el" |