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 7AA04158092 for ; Mon, 13 Sep 2021 15:55:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3B35E0814; Mon, 13 Sep 2021 15:55:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85469E0814 for ; Mon, 13 Sep 2021 15:55:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 F1E6E341E6A for ; Mon, 13 Sep 2021 15:55:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CAE07E for ; Mon, 13 Sep 2021 15:55:27 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1631548420.6832e2cbdaecdc9d07b126760743c7c72a3eb505.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/sxiv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/sxiv/sxiv-26.ebuild media-gfx/sxiv/sxiv-9999.ebuild X-VCS-Directories: media-gfx/sxiv/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 6832e2cbdaecdc9d07b126760743c7c72a3eb505 X-VCS-Branch: master Date: Mon, 13 Sep 2021 15:55:27 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3915dcf4-1fcf-4b55-b8d1-6897c3a44da5 X-Archives-Hash: 52d7875ffdfdfa1ee87905c50372e444 commit: 6832e2cbdaecdc9d07b126760743c7c72a3eb505 Author: NRK disroot org> AuthorDate: Mon Sep 13 12:43:27 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Sep 13 15:53:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6832e2cb media-gfx/sxiv: add webp useflag since imlib2 supports webp, sxiv does too. see: https://github.com/muennich/sxiv/pull/348#issuecomment-560167643 Signed-off-by: Nickolas Raymond Kaczynski disroot.org> Closes: https://github.com/gentoo/gentoo/pull/22282 Signed-off-by: Georgy Yakovlev gentoo.org> media-gfx/sxiv/sxiv-26.ebuild | 4 ++-- media-gfx/sxiv/sxiv-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-gfx/sxiv/sxiv-26.ebuild b/media-gfx/sxiv/sxiv-26.ebuild index 9899cc4c263..16d1f5870f8 100644 --- a/media-gfx/sxiv/sxiv-26.ebuild +++ b/media-gfx/sxiv/sxiv-26.ebuild @@ -18,12 +18,12 @@ HOMEPAGE="https://github.com/muennich/sxiv/" LICENSE="GPL-2" SLOT="0" -IUSE="exif gif +jpeg +png" +IUSE="exif gif +jpeg +png +webp" RDEPEND=" exif? ( media-libs/libexif ) gif? ( media-libs/giflib:0= ) - media-libs/imlib2[X,gif?,jpeg?,png?] + media-libs/imlib2[X,gif?,jpeg?,png?,webp?] x11-libs/libX11 x11-libs/libXft " diff --git a/media-gfx/sxiv/sxiv-9999.ebuild b/media-gfx/sxiv/sxiv-9999.ebuild index aec37a2bfba..7c8b55311bf 100644 --- a/media-gfx/sxiv/sxiv-9999.ebuild +++ b/media-gfx/sxiv/sxiv-9999.ebuild @@ -18,12 +18,12 @@ HOMEPAGE="https://github.com/muennich/sxiv/" LICENSE="GPL-2" SLOT="0" -IUSE="exif gif +jpeg +png" +IUSE="exif gif +jpeg +png +webp" RDEPEND=" exif? ( media-libs/libexif ) gif? ( media-libs/giflib:0= ) - media-libs/imlib2[X,gif?,jpeg?,png?] + media-libs/imlib2[X,gif?,jpeg?,png?,webp?] x11-libs/libX11 x11-libs/libXft "