commit: 3b471c29e2471379c53be26311ef35468a87083f
Author: NRK <nrk <AT> disroot <DOT> org>
AuthorDate: Wed Mar 26 07:59:39 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 26 18:16:38 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b471c29
media-gfx/scrot: update 9999 ebuild
Signed-off-by: NRK <nrk <AT> disroot.org>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-gfx/scrot/scrot-9999.ebuild | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/media-gfx/scrot/scrot-9999.ebuild
b/media-gfx/scrot/scrot-9999.ebuild
index d383d2bfa6bc..7e9593120861 100644
--- a/media-gfx/scrot/scrot-9999.ebuild
+++ b/media-gfx/scrot/scrot-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -21,16 +21,14 @@ SLOT="0"
# imlib2[X] needed for imlib_create_image_from_drawable, bug #835582
# imlib2[png] not technically requried, but it's the default format used by
-# scrot, so unconditionally depend on it to avoid breaking basic commands which
-# don't specify an output format.
+# scrot, so unconditionally depend on it to avoid breaking basic commands.
RDEPEND="
- media-libs/imlib2[X,filters(+),text(+)]
+ media-libs/imlib2[X,png,filters(+),text(+)]
x11-libs/libXext
x11-libs/libX11
x11-libs/libXcomposite
x11-libs/libXfixes
x11-libs/libXinerama
- media-libs/imlib2[png]
"
DEPEND="
${RDEPEND}