summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-06-05 00:07:34 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-06-05 00:08:09 +0200
commit9e5f6718613cf045f490713b88d2664b224fb118 (patch)
tree787dcd20dc3876843efafd9b4bc5898bf8219d5b /media-gfx/maim/maim-9999.ebuild
parentx11-misc/slop: 7.5 version bump (diff)
downloadgentoo-9e5f6718613cf045f490713b88d2664b224fb118.tar.gz
gentoo-9e5f6718613cf045f490713b88d2664b224fb118.tar.bz2
gentoo-9e5f6718613cf045f490713b88d2664b224fb118.zip
media-gfx/maim: 5.6.3 version bump
Closes: https://bugs.gentoo.org/711980 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx/maim/maim-9999.ebuild')
-rw-r--r--media-gfx/maim/maim-9999.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/media-gfx/maim/maim-9999.ebuild b/media-gfx/maim/maim-9999.ebuild
index 7d5505eca012..561201c54d12 100644
--- a/media-gfx/maim/maim-9999.ebuild
+++ b/media-gfx/maim/maim-9999.ebuild
@@ -18,9 +18,10 @@ fi
LICENSE="GPL-3"
SLOT="0"
-IUSE="unicode"
+IUSE="icu"
DEPEND="
+ media-libs/libglvnd
media-libs/libpng:0=
virtual/jpeg:0
x11-libs/libX11
@@ -29,13 +30,13 @@ DEPEND="
x11-libs/libXfixes
x11-libs/libXrandr
x11-libs/libXrender
- x11-misc/slop:=
- unicode? ( dev-libs/icu:= )"
+ >=x11-misc/slop-7.5:=
+ icu? ( dev-libs/icu:= )"
RDEPEND="${DEPEND}"
src_configure() {
local mycmakeargs=(
- -DMAIM_UNICODE=$(usex unicode)
+ -DMAIM_UNICODE=$(usex icu)
)
cmake_src_configure
}