diff options
author | David Seifert <soap@gentoo.org> | 2017-02-11 20:21:57 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-11 20:47:13 +0100 |
commit | 0a79bbd34b91162383bb9062957e456289a031ba (patch) | |
tree | 6b84b38d68359c3131a5254aef1c8ade7970a1ad /media-radio/xastir | |
parent | media-plugins/vdr-text2skin: Use sub-slot operators for imagemagick (diff) | |
download | gentoo-0a79bbd34b91162383bb9062957e456289a031ba.tar.gz gentoo-0a79bbd34b91162383bb9062957e456289a031ba.tar.bz2 gentoo-0a79bbd34b91162383bb9062957e456289a031ba.zip |
media-radio/xastir: Use sub-slot operators for imagemagick
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3907
Diffstat (limited to 'media-radio/xastir')
-rw-r--r-- | media-radio/xastir/xastir-2.0.6-r1.ebuild (renamed from media-radio/xastir/xastir-2.0.6.ebuild) | 6 | ||||
-rw-r--r-- | media-radio/xastir/xastir-2.0.8-r1.ebuild (renamed from media-radio/xastir/xastir-2.0.8.ebuild) | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/media-radio/xastir/xastir-2.0.6.ebuild b/media-radio/xastir/xastir-2.0.6-r1.ebuild index 85fc86e658a2..0fa7d4e46f49 100644 --- a/media-radio/xastir/xastir-2.0.6.ebuild +++ b/media-radio/xastir/xastir-2.0.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -23,8 +23,8 @@ DEPEND=">=x11-libs/motif-2.3:0 net-misc/curl sys-libs/db:4.8 sci-libs/shapelib - !graphicsmagick? ( media-gfx/imagemagick[-hdri,-q32] ) - graphicsmagick? ( media-gfx/graphicsmagick[-q32] ) + !graphicsmagick? ( media-gfx/imagemagick:=[-hdri,-q32] ) + graphicsmagick? ( media-gfx/graphicsmagick:=[-q32] ) geotiff? ( sci-libs/proj sci-libs/libgeotiff media-libs/tiff:0 ) diff --git a/media-radio/xastir/xastir-2.0.8.ebuild b/media-radio/xastir/xastir-2.0.8-r1.ebuild index 38b4af021be6..f37c5677814d 100644 --- a/media-radio/xastir/xastir-2.0.8.ebuild +++ b/media-radio/xastir/xastir-2.0.8-r1.ebuild @@ -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 # $Id$ @@ -23,8 +23,8 @@ DEPEND=">=x11-libs/motif-2.3:0 net-misc/curl sys-libs/db:4.8 sci-libs/shapelib - !graphicsmagick? ( media-gfx/imagemagick[-hdri,-q32] ) - graphicsmagick? ( media-gfx/graphicsmagick[-q32] ) + !graphicsmagick? ( media-gfx/imagemagick:=[-hdri,-q32] ) + graphicsmagick? ( media-gfx/graphicsmagick:=[-q32] ) geotiff? ( sci-libs/proj sci-libs/libgeotiff media-libs/tiff:0 ) |