Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/xastir/
Date: Sat, 11 Feb 2017 19:49:59
Message-Id: 1486842433.0a79bbd34b91162383bb9062957e456289a031ba.soap@gentoo
1 commit: 0a79bbd34b91162383bb9062957e456289a031ba
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 11 19:21:57 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 11 19:47:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a79bbd3
7
8 media-radio/xastir: Use sub-slot operators for imagemagick
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/3907
12
13 media-radio/xastir/{xastir-2.0.6.ebuild => xastir-2.0.6-r1.ebuild} | 6 +++---
14 media-radio/xastir/{xastir-2.0.8.ebuild => xastir-2.0.8-r1.ebuild} | 6 +++---
15 2 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/media-radio/xastir/xastir-2.0.6.ebuild b/media-radio/xastir/xastir-2.0.6-r1.ebuild
18 similarity index 93%
19 rename from media-radio/xastir/xastir-2.0.6.ebuild
20 rename to media-radio/xastir/xastir-2.0.6-r1.ebuild
21 index 85fc86e658..0fa7d4e46f 100644
22 --- a/media-radio/xastir/xastir-2.0.6.ebuild
23 +++ b/media-radio/xastir/xastir-2.0.6-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2015 Gentoo Foundation
26 +# Copyright 1999-2017 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Id$
29
30 @@ -23,8 +23,8 @@ DEPEND=">=x11-libs/motif-2.3:0
31 net-misc/curl
32 sys-libs/db:4.8
33 sci-libs/shapelib
34 - !graphicsmagick? ( media-gfx/imagemagick[-hdri,-q32] )
35 - graphicsmagick? ( media-gfx/graphicsmagick[-q32] )
36 + !graphicsmagick? ( media-gfx/imagemagick:=[-hdri,-q32] )
37 + graphicsmagick? ( media-gfx/graphicsmagick:=[-q32] )
38 geotiff? ( sci-libs/proj
39 sci-libs/libgeotiff
40 media-libs/tiff:0 )
41
42 diff --git a/media-radio/xastir/xastir-2.0.8.ebuild b/media-radio/xastir/xastir-2.0.8-r1.ebuild
43 similarity index 93%
44 rename from media-radio/xastir/xastir-2.0.8.ebuild
45 rename to media-radio/xastir/xastir-2.0.8-r1.ebuild
46 index 38b4af021b..f37c567781 100644
47 --- a/media-radio/xastir/xastir-2.0.8.ebuild
48 +++ b/media-radio/xastir/xastir-2.0.8-r1.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2016 Gentoo Foundation
51 +# Copyright 1999-2017 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Id$
54
55 @@ -23,8 +23,8 @@ DEPEND=">=x11-libs/motif-2.3:0
56 net-misc/curl
57 sys-libs/db:4.8
58 sci-libs/shapelib
59 - !graphicsmagick? ( media-gfx/imagemagick[-hdri,-q32] )
60 - graphicsmagick? ( media-gfx/graphicsmagick[-q32] )
61 + !graphicsmagick? ( media-gfx/imagemagick:=[-hdri,-q32] )
62 + graphicsmagick? ( media-gfx/graphicsmagick:=[-q32] )
63 geotiff? ( sci-libs/proj
64 sci-libs/libgeotiff
65 media-libs/tiff:0 )