mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
@@ -20,8 +20,8 @@ IUSE="doc"
|
||||
|
||||
# Since 2.13.3 rmagick now supports HDRI enabled, but with it enabled
|
||||
# tests fail with segmentation faults.
|
||||
RDEPEND+=" >=media-gfx/imagemagick-6.4.9:=[-hdri]"
|
||||
DEPEND+=" >=media-gfx/imagemagick-6.4.9:=[-hdri]"
|
||||
RDEPEND+=" >=media-gfx/imagemagick-6.4.9:=[-hdri] =media-gfx/imagemagick-6*"
|
||||
DEPEND+=" >=media-gfx/imagemagick-6.4.9:=[-hdri] =media-gfx/imagemagick-6*"
|
||||
|
||||
all_ruby_prepare() {
|
||||
# Avoid unused dependency on rake-compiler. This also avoids an
|
||||
|
||||
@@ -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 )"
|
||||
|
||||
|
||||
@@ -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 )"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user