summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-02-11 20:21:51 +0100
committerDavid Seifert <soap@gentoo.org>2017-02-11 20:43:57 +0100
commit8bfd0082abc036ad583a2f81360504def1422339 (patch)
tree3c3beb20a7d11bee120c94d297a2e0dc4838d734 /dev-ruby/mini_magick
parentdev-python/mwlib-rl: Depend on virtual/imagemagick-tools (diff)
downloadgentoo-8bfd0082abc036ad583a2f81360504def1422339.tar.gz
gentoo-8bfd0082abc036ad583a2f81360504def1422339.tar.bz2
gentoo-8bfd0082abc036ad583a2f81360504def1422339.zip
dev-ruby/mini_magick: 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 'dev-ruby/mini_magick')
-rw-r--r--dev-ruby/mini_magick/mini_magick-4.4.0-r1.ebuild (renamed from dev-ruby/mini_magick/mini_magick-4.4.0.ebuild)6
-rw-r--r--dev-ruby/mini_magick/mini_magick-4.5.1-r1.ebuild (renamed from dev-ruby/mini_magick/mini_magick-4.5.1.ebuild)6
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-ruby/mini_magick/mini_magick-4.4.0.ebuild b/dev-ruby/mini_magick/mini_magick-4.4.0-r1.ebuild
index ab747cf5616b..40b0b4101937 100644
--- a/dev-ruby/mini_magick/mini_magick-4.4.0.ebuild
+++ b/dev-ruby/mini_magick/mini_magick-4.4.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby21 ruby22"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
@@ -30,7 +30,7 @@ IUSE=""
# _calls_ the commands. But when we run tests we're going to need tiff
# and jpeg support at a minimum.
RDEPEND+=" media-gfx/imagemagick"
-DEPEND+=" test? ( media-gfx/imagemagick[tiff,jpeg,png] >=media-gfx/graphicsmagick-1.3.20[tiff,jpeg,png] )"
+DEPEND+=" test? ( virtual/imagemagick-tools[jpeg,png,tiff] )"
ruby_add_bdepend "test? ( dev-ruby/mocha dev-ruby/posix-spawn )"
diff --git a/dev-ruby/mini_magick/mini_magick-4.5.1.ebuild b/dev-ruby/mini_magick/mini_magick-4.5.1-r1.ebuild
index cd4fe114784f..d09372d02f1d 100644
--- a/dev-ruby/mini_magick/mini_magick-4.5.1.ebuild
+++ b/dev-ruby/mini_magick/mini_magick-4.5.1-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
@@ -30,7 +30,7 @@ IUSE=""
# _calls_ the commands. But when we run tests we're going to need tiff
# and jpeg support at a minimum.
RDEPEND+=" media-gfx/imagemagick"
-DEPEND+=" test? ( media-gfx/imagemagick[tiff,jpeg,png] >=media-gfx/graphicsmagick-1.3.20[tiff,jpeg,png] )"
+DEPEND+=" test? ( virtual/imagemagick-tools[jpeg,png,tiff] )"
ruby_add_bdepend "test? ( dev-ruby/mocha dev-ruby/posix-spawn )"