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, 09 Sep 2018 00:16:31
Message-Id: 1536452174.fb5cd5db2f69bcbc5fc8b936f4c55695c892d5e2.whissi@gentoo
1 commit: fb5cd5db2f69bcbc5fc8b936f4c55695c892d5e2
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 9 00:15:34 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 9 00:16:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb5cd5db
7
8 media-gfx/imagemagick: drop useless RESTRICT=userpriv
9
10 Was added via bug 269448 but it shouldn't be needed anymore.
11
12 Package-Manager: Portage-2.3.49, Repoman-2.3.10
13
14 media-gfx/imagemagick/imagemagick-9999.ebuild | 2 --
15 1 file changed, 2 deletions(-)
16
17 diff --git a/media-gfx/imagemagick/imagemagick-9999.ebuild b/media-gfx/imagemagick/imagemagick-9999.ebuild
18 index 4478e11285d..6f0dd75e82c 100644
19 --- a/media-gfx/imagemagick/imagemagick-9999.ebuild
20 +++ b/media-gfx/imagemagick/imagemagick-9999.ebuild
21 @@ -22,8 +22,6 @@ LICENSE="imagemagick"
22 SLOT="0/${PV}"
23 IUSE="bzip2 corefonts cxx djvu fftw fontconfig fpx graphviz hdri heif 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"
24
25 -RESTRICT="perl? ( userpriv )"
26 -
27 RDEPEND="
28 dev-libs/libltdl:0
29 bzip2? ( app-arch/bzip2 )