diff options
author | 2022-12-16 01:33:17 +0000 | |
---|---|---|
committer | 2022-12-16 01:38:53 +0000 | |
commit | d85a45fcb1afe316223ed3c14e1c51195a552aca (patch) | |
tree | 3962bd3f20ec390a4902aa461abe9569f862ea41 /x11-misc | |
parent | x11-libs/wxGTK: add media-libs/libtiff subslot dep (diff) | |
download | gentoo-d85a45fcb1afe316223ed3c14e1c51195a552aca.tar.gz gentoo-d85a45fcb1afe316223ed3c14e1c51195a552aca.tar.bz2 gentoo-d85a45fcb1afe316223ed3c14e1c51195a552aca.zip |
x11-misc/efax-gtk: add media-libs/libtiff subslot dep
libtiff changed SONAME.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/efax-gtk/efax-gtk-3.2.15-r1.ebuild (renamed from x11-misc/efax-gtk/efax-gtk-3.2.15.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/efax-gtk/efax-gtk-3.2.15.ebuild b/x11-misc/efax-gtk/efax-gtk-3.2.15-r1.ebuild index fd4111a4aa70..b14cb1e40f45 100644 --- a/x11-misc/efax-gtk/efax-gtk-3.2.15.ebuild +++ b/x11-misc/efax-gtk/efax-gtk-3.2.15-r1.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=7 @@ -13,7 +13,7 @@ KEYWORDS="amd64 ~ppc ~ppc64 x86" RDEPEND=" >=dev-libs/glib-2.10 - media-libs/tiff:0= + media-libs/tiff:= x11-libs/libX11 x11-libs/c++-gtk-utils:0[gtk] x11-libs/gtk+:3 |