summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2017-05-26 09:11:14 +0200
committerHans de Graaff <graaff@gentoo.org>2017-05-26 09:14:06 +0200
commitdd3eaf0769037e4bfe3f83acc7357f953d52ea8f (patch)
treeed57594d602df78bf21c985d1d28e6ef33f96cff /dev-ruby/rmagick/rmagick-2.15.4.ebuild
parentsys-kernel/vanilla-sources: Automated version bump to {4.4.70,4.9.30,4.11.3} ... (diff)
downloadgentoo-dd3eaf0769037e4bfe3f83acc7357f953d52ea8f.tar.gz
gentoo-dd3eaf0769037e4bfe3f83acc7357f953d52ea8f.tar.bz2
gentoo-dd3eaf0769037e4bfe3f83acc7357f953d52ea8f.zip
dev-ruby/rmagick: lock imagemagick to 6.x versions
RMagick only supports ImageMagick 6.x at the moment, bug 619684. Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'dev-ruby/rmagick/rmagick-2.15.4.ebuild')
-rw-r--r--dev-ruby/rmagick/rmagick-2.15.4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/rmagick/rmagick-2.15.4.ebuild b/dev-ruby/rmagick/rmagick-2.15.4.ebuild
index 07ce839d9c01..1856fd9f22cd 100644
--- a/dev-ruby/rmagick/rmagick-2.15.4.ebuild
+++ b/dev-ruby/rmagick/rmagick-2.15.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -18,8 +18,8 @@ SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-macos"
IUSE="doc"
-RDEPEND+=" >=media-gfx/imagemagick-6.4.9:="
-DEPEND+=" >=media-gfx/imagemagick-6.4.9:=[jpeg]"
+RDEPEND+=" >=media-gfx/imagemagick-6.4.9:= =media-gfx/imagemagick-6*"
+DEPEND+=" >=media-gfx/imagemagick-6.4.9:=[jpeg] =media-gfx/imagemagick-6*"
ruby_add_bdepend "test? ( dev-ruby/rspec:3 )"