Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rmagick/
Date: Sun, 25 Feb 2018 06:47:07
Message-Id: 1519541158.8320e709018fe0a92434e1421a794f7520ac505e.graaff@gentoo
1 commit: 8320e709018fe0a92434e1421a794f7520ac505e
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 25 06:45:58 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 25 06:45:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8320e709
7
8 dev-ruby/rmagick: amd64 stable, bug 645622
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-ruby/rmagick/rmagick-2.16.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/rmagick/rmagick-2.16.0.ebuild b/dev-ruby/rmagick/rmagick-2.16.0.ebuild
16 index 4d64ae46987..ff0d6f3dfa3 100644
17 --- a/dev-ruby/rmagick/rmagick-2.16.0.ebuild
18 +++ b/dev-ruby/rmagick/rmagick-2.16.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/gemhome/rmagick"
26
27 LICENSE="Artistic"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-macos"
30 +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-macos"
31 IUSE="doc"
32
33 RDEPEND+=" >=media-gfx/imagemagick-6.4.9:= =media-gfx/imagemagick-6*"