diff options
author | Sam James <sam@gentoo.org> | 2022-12-16 01:27:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-16 01:38:37 +0000 |
commit | 9f68f29c7ce43659d20cd40128a5ddf4f198c97a (patch) | |
tree | 9d62906a62f7180340d4c2c686a051dee093d1bd /media-libs/imlib | |
parent | media-libs/gegl: add media-libs/libtiff subslot dep (diff) | |
download | gentoo-9f68f29c7ce43659d20cd40128a5ddf4f198c97a.tar.gz gentoo-9f68f29c7ce43659d20cd40128a5ddf4f198c97a.tar.bz2 gentoo-9f68f29c7ce43659d20cd40128a5ddf4f198c97a.zip |
media-libs/imlib: add media-libs/libtiff subslot dep
libtiff changed SONAME.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/imlib')
-rw-r--r-- | media-libs/imlib/imlib-1.9.15-r7.ebuild (renamed from media-libs/imlib/imlib-1.9.15-r5.ebuild) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/imlib/imlib-1.9.15-r5.ebuild b/media-libs/imlib/imlib-1.9.15-r7.ebuild index 638c7d6d914d..850ef24caada 100644 --- a/media-libs/imlib/imlib-1.9.15-r5.ebuild +++ b/media-libs/imlib/imlib-1.9.15-r7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,10 +16,10 @@ KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" IUSE="doc static-libs" RDEPEND=" - >=media-libs/tiff-3.9.7-r1:0[${MULTILIB_USEDEP}] + >=media-libs/tiff-3.9.7-r1:=[${MULTILIB_USEDEP}] >=media-libs/giflib-5.1:0=[${MULTILIB_USEDEP}] - >=media-libs/libpng-1.2.51:0=[${MULTILIB_USEDEP}] - >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] + media-libs/libjpeg-turbo:=[${MULTILIB_USEDEP}] + >=media-libs/libpng-1.2.51:=[${MULTILIB_USEDEP}] >=x11-libs/libICE-1.0.8-r1[${MULTILIB_USEDEP}] >=x11-libs/libSM-1.2.1-r1[${MULTILIB_USEDEP}] >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] |