From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1AF231396D9 for ; Thu, 12 Oct 2017 17:33:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43D78E0AF0; Thu, 12 Oct 2017 17:33:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2039BE0AF0 for ; Thu, 12 Oct 2017 17:33:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3666833BF0B for ; Thu, 12 Oct 2017 17:33:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C800A90A4 for ; Thu, 12 Oct 2017 17:33:43 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1507829585.6524ca216e0faa640f1cf09a222e7f6d7a0133fa.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/sxiv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/sxiv/sxiv-9999.ebuild X-VCS-Directories: media-gfx/sxiv/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 6524ca216e0faa640f1cf09a222e7f6d7a0133fa X-VCS-Branch: master Date: Thu, 12 Oct 2017 17:33:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bbfff670-1aff-43a1-80b9-1aff9c586061 X-Archives-Hash: 06a5b3f022feaf4d00cd970ed73ed9f2 commit: 6524ca216e0faa640f1cf09a222e7f6d7a0133fa Author: Tim Harder gentoo org> AuthorDate: Thu Oct 12 17:32:23 2017 +0000 Commit: Tim Harder gentoo 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() {