Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/imagemagick/
Date: Sun, 30 Sep 2018 21:26:10
Message-Id: 1538342759.e5a330f7a80bc93ededa12f82b9f46078bb414f9.whissi@gentoo
1 commit: e5a330f7a80bc93ededa12f82b9f46078bb414f9
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 30 21:25:00 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 30 21:25:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a330f7
7
8 media-gfx/imagemagick: restore KEYWORDS
9
10 ...which where accidentially dropped in commit 80c6836737de4d7e52889e44a80ffcfd7e0b7f01.
11
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13 Package-Manager: Portage-2.3.50, Repoman-2.3.11
14
15 media-gfx/imagemagick/imagemagick-6.9.10.11.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/media-gfx/imagemagick/imagemagick-6.9.10.11.ebuild b/media-gfx/imagemagick/imagemagick-6.9.10.11.ebuild
19 index 73431db9bc1..a2998e18311 100644
20 --- a/media-gfx/imagemagick/imagemagick-6.9.10.11.ebuild
21 +++ b/media-gfx/imagemagick/imagemagick-6.9.10.11.ebuild
22 @@ -13,7 +13,7 @@ SRC_URI="mirror://${PN}/${MY_P}.tar.xz"
23
24 LICENSE="imagemagick"
25 SLOT="0/${PV}"
26 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
27 +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
28 IUSE="bzip2 corefonts cxx djvu fftw fontconfig fpx graphviz hdri jbig jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript q32 q8 raw static-libs svg test tiff truetype webp wmf X xml zlib"
29
30 RESTRICT="perl? ( userpriv )"