diff options
Diffstat (limited to 'app-text/pdf2oo')
-rw-r--r-- | app-text/pdf2oo/pdf2oo-20090715-r1.ebuild (renamed from app-text/pdf2oo/pdf2oo-20090715.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/pdf2oo/pdf2oo-20090715.ebuild b/app-text/pdf2oo/pdf2oo-20090715-r1.ebuild index efa3fefa7cb1..b97d3215a69a 100644 --- a/app-text/pdf2oo/pdf2oo-20090715.ebuild +++ b/app-text/pdf2oo/pdf2oo-20090715-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,8 +14,8 @@ KEYWORDS="amd64 x86" IUSE="" RDEPEND="app-arch/zip - || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) - >=app-text/poppler-0.12.3-r3[utils]" + >=app-text/poppler-0.12.3-r3[utils] + virtual/imagemagick-tools" S=${WORKDIR}/${PN} |