diff options
author | Joonas Niilola <juippis@gentoo.org> | 2024-01-28 08:31:56 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-01-28 08:31:56 +0200 |
commit | 91134c6549795c7bab14b7abbc22966939b71c52 (patch) | |
tree | 00d84b0d88603742a76260f21b29e62679439825 | |
parent | dev-python/parse: add 1.20.1 (diff) | |
download | gentoo-91134c6549795c7bab14b7abbc22966939b71c52.tar.gz gentoo-91134c6549795c7bab14b7abbc22966939b71c52.tar.bz2 gentoo-91134c6549795c7bab14b7abbc22966939b71c52.zip |
media-gfx/ahoviewer: restrict libnsgif
- the .so doesn't seem to be linked.
Closes: https://bugs.gentoo.org/923022
Bug: https://bugs.gentoo.org/923026
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r-- | media-gfx/ahoviewer/ahoviewer-2.0.0_pre20220827-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/ahoviewer/ahoviewer-2.0.0_pre20220827-r1.ebuild b/media-gfx/ahoviewer/ahoviewer-2.0.0_pre20220827-r1.ebuild index 7f231de9122d..26dfae3d1966 100644 --- a/media-gfx/ahoviewer/ahoviewer-2.0.0_pre20220827-r1.ebuild +++ b/media-gfx/ahoviewer/ahoviewer-2.0.0_pre20220827-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,7 +24,7 @@ COMMON_DEPEND="dev-cpp/atkmm:0 dev-libs/libconfig:=[cxx] dev-libs/libsigc++:2 dev-libs/libxml2:2 - media-libs/libnsgif + <media-libs/libnsgif-1.0.0 net-misc/curl x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 |