summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2018-12-08 15:07:13 +0100
committerThomas Beierlein <tomjbe@gentoo.org>2018-12-08 15:07:13 +0100
commitc69b5abed22691e5bf09d86da9a5fab35ff346d4 (patch)
tree0062edb2e8d360f592ef45339a5cd03c5cc44360 /media-radio/xastir
parentmedia-radio/xastir: Drop also forgotten patch file (diff)
downloadgentoo-c69b5abed22691e5bf09d86da9a5fab35ff346d4.tar.gz
gentoo-c69b5abed22691e5bf09d86da9a5fab35ff346d4.tar.bz2
gentoo-c69b5abed22691e5bf09d86da9a5fab35ff346d4.zip
media-radio/xastir: Depend on <media-gfx/imagemagick-7 (Bug #672640)
Reported-by: Daniel M. Weeks <dan@danweeks.net> Closes: https://bugs.gentoo.org/672640 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'media-radio/xastir')
-rw-r--r--media-radio/xastir/xastir-2.0.8-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-radio/xastir/xastir-2.0.8-r1.ebuild b/media-radio/xastir/xastir-2.0.8-r1.ebuild
index dd75bd2aeb98..d4421c5da9b6 100644
--- a/media-radio/xastir/xastir-2.0.8-r1.ebuild
+++ b/media-radio/xastir/xastir-2.0.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="festival gdal geotiff graphicsmagick"
+IUSE="festival gdal geotiff +graphicsmagick"
DEPEND=">=x11-libs/motif-2.3:0
x11-libs/libXt
@@ -22,7 +22,7 @@ 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/imagemagick-7:0=[-hdri,-q32] )
graphicsmagick? ( media-gfx/graphicsmagick:=[-q32] )
geotiff? ( sci-libs/proj
sci-libs/libgeotiff
@@ -36,7 +36,7 @@ src_prepare() {
epatch "${FILESDIR}"/${P}-scripts.diff
# fix __FORTIFY_SOURCE warning (bug #337365)
- epatch "${FILESDIR}"/${PN}-2.0.4-fortify.diff
+ epatch "${FILESDIR}"/${PN}-2.0.4-fortify.diff
# do not use builtin shapelib if sci-libs/shapelib is not installed
# instead build without shapelib support (bug #430704)