gnustep-base/gnustep-gui: add media-libs/libtiff subslot dep

libtiff changed SONAME.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-12-16 01:23:49 +00:00
parent 877a9a38a3
commit a6fa35c23f
2 changed files with 4 additions and 4 deletions

View File

@@ -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=7
@@ -22,7 +22,7 @@ DEPEND="${GNUSTEP_CORE_DEPEND}
cups? ( >=net-print/cups-1.7.4:= )
gif? ( >=media-libs/giflib-4.1:= )
icu? ( dev-libs/icu:= )
jpeg? ( virtual/jpeg:= )
jpeg? ( media-libs/libjpeg-turbo:= )
png? ( >=media-libs/libpng-1.2:= )
speech? ( app-accessibility/flite )"
RDEPEND="${DEPEND}"

View File

@@ -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=7
@@ -22,7 +22,7 @@ DEPEND="${GNUSTEP_CORE_DEPEND}
cups? ( >=net-print/cups-1.7.4:= )
gif? ( >=media-libs/giflib-4.1:= )
icu? ( dev-libs/icu:= )
jpeg? ( virtual/jpeg:= )
jpeg? ( media-libs/libjpeg-turbo:= )
png? ( >=media-libs/libpng-1.2:= )
speech? ( app-accessibility/flite )"
RDEPEND="${DEPEND}"