Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/sxiv/
Date: Mon, 13 Sep 2021 15:56:37
Message-Id: 1631548567.c280708f3cc44ab8fe55d9846da308d20bb948f2.gyakovlev@gentoo
1 commit: c280708f3cc44ab8fe55d9846da308d20bb948f2
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 13 15:56:07 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 13 15:56:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c280708f
7
8 media-gfx/sxiv: disable webp by default
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 media-gfx/sxiv/sxiv-26.ebuild | 4 ++--
13 media-gfx/sxiv/sxiv-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/media-gfx/sxiv/sxiv-26.ebuild b/media-gfx/sxiv/sxiv-26.ebuild
17 index 16d1f5870f8..5c0a4169043 100644
18 --- a/media-gfx/sxiv/sxiv-26.ebuild
19 +++ b/media-gfx/sxiv/sxiv-26.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/muennich/sxiv/"
27
28 LICENSE="GPL-2"
29 SLOT="0"
30 -IUSE="exif gif +jpeg +png +webp"
31 +IUSE="exif gif +jpeg +png webp"
32
33 RDEPEND="
34 exif? ( media-libs/libexif )
35
36 diff --git a/media-gfx/sxiv/sxiv-9999.ebuild b/media-gfx/sxiv/sxiv-9999.ebuild
37 index 7c8b55311bf..3493cc50aa7 100644
38 --- a/media-gfx/sxiv/sxiv-9999.ebuild
39 +++ b/media-gfx/sxiv/sxiv-9999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2020 Gentoo Authors
42 +# Copyright 1999-2021 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=7
46 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/muennich/sxiv/"
47
48 LICENSE="GPL-2"
49 SLOT="0"
50 -IUSE="exif gif +jpeg +png +webp"
51 +IUSE="exif gif +jpeg +png webp"
52
53 RDEPEND="
54 exif? ( media-libs/libexif )