Diff imagemagick-6.9.12.89-r2 with a imagemagick-6.9.12.93
/usr/portage/media-gfx/imagemagick/imagemagick-6.9.12.93.ebuild 2023-10-09 14:52:31.632368404 +0300 | ||
---|---|---|
28 | 28 |
SLOT="0/$(ver_cut 1-3)-58" |
29 | 29 |
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" |
30 | 30 | |
31 |
REQUIRED_USE="corefonts? ( truetype ) |
|
31 |
REQUIRED_USE=" |
|
32 |
corefonts? ( truetype ) |
|
32 | 33 |
svg? ( xml ) |
33 |
test? ( corefonts )" |
|
34 |
test? ( corefonts ) |
|
35 |
" |
|
34 | 36 | |
35 | 37 |
RESTRICT="!test? ( test )" |
36 | 38 | |
... | ... | |
76 | 78 |
) |
77 | 79 |
xml? ( dev-libs/libxml2 ) |
78 | 80 |
lzma? ( app-arch/xz-utils ) |
79 |
zlib? ( sys-libs/zlib:= )" |
|
80 |
DEPEND="${RDEPEND} |
|
81 |
X? ( x11-base/xorg-proto )" |
|
81 |
zlib? ( sys-libs/zlib:= ) |
|
82 |
" |
|
83 |
DEPEND=" |
|
84 |
${RDEPEND} |
|
85 |
X? ( x11-base/xorg-proto ) |
|
86 |
" |
|
82 | 87 |
BDEPEND="virtual/pkgconfig" |
83 | 88 | |
84 | 89 |
pkg_pretend() { |