commit: c280708f3cc44ab8fe55d9846da308d20bb948f2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Mon Sep 13 15:56:07 2021 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Mon Sep 13 15:56:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c280708f
media-gfx/sxiv: disable webp by default Signed-off-by: Georgy Yakovlev <gyakovlev <AT> 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 16d1f5870f8..5c0a4169043 100644 --- a/media-gfx/sxiv/sxiv-26.ebuild +++ b/media-gfx/sxiv/sxiv-26.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/muennich/sxiv/" LICENSE="GPL-2" SLOT="0" -IUSE="exif gif +jpeg +png +webp" +IUSE="exif gif +jpeg +png webp" RDEPEND=" exif? ( media-libs/libexif ) diff --git a/media-gfx/sxiv/sxiv-9999.ebuild b/media-gfx/sxiv/sxiv-9999.ebuild index 7c8b55311bf..3493cc50aa7 100644 --- a/media-gfx/sxiv/sxiv-9999.ebuild +++ b/media-gfx/sxiv/sxiv-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/muennich/sxiv/" LICENSE="GPL-2" SLOT="0" -IUSE="exif gif +jpeg +png +webp" +IUSE="exif gif +jpeg +png webp" RDEPEND=" exif? ( media-libs/libexif )
