commit: 6524ca216e0faa640f1cf09a222e7f6d7a0133fa
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 12 17:32:23 2017 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Oct 12 17:33:05 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6524ca21
media-gfx/sxiv: update live ebuild
media-gfx/sxiv/sxiv-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/sxiv/sxiv-9999.ebuild b/media-gfx/sxiv/sxiv-9999.ebuild
index 3e670c67d76..97e80c6e0ef 100644
--- a/media-gfx/sxiv/sxiv-9999.ebuild
+++ b/media-gfx/sxiv/sxiv-9999.ebuild
@@ -39,7 +39,7 @@ src_prepare() {
}
src_compile() {
- emake $(usex exif "" NO_LIBEXIF=1) $(usex gif "" NO_GIFLIB=1)
+ emake V=1 HAVE_LIBEXIF=$(usex exif 1 0) HAVE_GIFLIB=$(usex gif 1 0)
}
src_install() {