commit:     854d33a2eec23ae9604a92f7bcc322ec1fcaffb7
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 08:19:57 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 08:22:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=854d33a2

media-gfx/maim: ebuild enhancements to 5.7.4

 - add missing dependencies,
 - update copyright header,
 - update EAPI,
 - update licenses.

Closes: https://bugs.gentoo.org/729624
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-gfx/maim/maim-5.7.4.ebuild | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/media-gfx/maim/maim-5.7.4.ebuild b/media-gfx/maim/maim-5.7.4.ebuild
index ffedcb2e1110..c97126c54b14 100644
--- a/media-gfx/maim/maim-5.7.4.ebuild
+++ b/media-gfx/maim/maim-5.7.4.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit cmake
 
@@ -16,14 +16,15 @@ else
        KEYWORDS="~amd64 ~x86"
 fi
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+ MIT"
 SLOT="0"
 IUSE="icu"
 
 DEPEND="
-       media-libs/libglvnd
-       media-libs/libjpeg-turbo
+       media-libs/libjpeg-turbo:=
        media-libs/libpng:0=
+       media-libs/libwebp:=
+       virtual/opengl
        x11-libs/libX11
        x11-libs/libXcomposite
        x11-libs/libXext

Reply via email to