commit: 0c26a97a3aa4053c1011160efc5d1f784b2a881a
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 12:15:22 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 12:16:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c26a97a
media-gfx/imv: sync live ebuild
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/imv/imv-9999.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/media-gfx/imv/imv-9999.ebuild b/media-gfx/imv/imv-9999.ebuild
index 7ea6a946642..735366ed533 100644
--- a/media-gfx/imv/imv-9999.ebuild
+++ b/media-gfx/imv/imv-9999.ebuild
@@ -62,9 +62,9 @@ src_prepare() {
}
src_configure() {
- local WINDOWS=all
- use X || WINDOWS=wayland
- use wayland || WINDOWS=x11
+ local windows=all
+ use X || windows=wayland
+ use wayland || windows=x11
local emesonargs=(
$(meson_feature freeimage)
@@ -75,7 +75,7 @@ src_configure() {
$(meson_feature svg librsvg)
$(meson_feature test)
$(meson_feature tiff libtiff)
- -Dwindows=$WINDOWS
+ -Dwindows=${windows}
)
meson_src_configure
}