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: Wed, 21 Sep 2022 19:53:16
Message-Id: 1663789857.b1ecfe301898f646c032ec17883336230d1dfde7.gyakovlev@gentoo
1 commit: b1ecfe301898f646c032ec17883336230d1dfde7
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 21 19:50:22 2022 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 21 19:50:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ecfe30
7
8 media-gfx/sxiv: fix licenses
9
10 Closes: https://bugs.gentoo.org/872179
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 media-gfx/sxiv/sxiv-26.ebuild | 4 ++--
14 media-gfx/sxiv/sxiv-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/media-gfx/sxiv/sxiv-26.ebuild b/media-gfx/sxiv/sxiv-26.ebuild
18 index 49baff22c64b..65a298e1cf21 100644
19 --- a/media-gfx/sxiv/sxiv-26.ebuild
20 +++ b/media-gfx/sxiv/sxiv-26.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -16,7 +16,7 @@ fi
28 DESCRIPTION="Simple (or small or suckless) X Image Viewer"
29 HOMEPAGE="https://github.com/muennich/sxiv/"
30
31 -LICENSE="GPL-2"
32 +LICENSE="GPL-2+ public-domain"
33 SLOT="0"
34 IUSE="exif gif +jpeg +png webp"
35
36
37 diff --git a/media-gfx/sxiv/sxiv-9999.ebuild b/media-gfx/sxiv/sxiv-9999.ebuild
38 index 3493cc50aa7c..587eeb6bcc32 100644
39 --- a/media-gfx/sxiv/sxiv-9999.ebuild
40 +++ b/media-gfx/sxiv/sxiv-9999.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2021 Gentoo Authors
43 +# Copyright 1999-2022 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=7
47 @@ -16,7 +16,7 @@ fi
48 DESCRIPTION="Simple (or small or suckless) X Image Viewer"
49 HOMEPAGE="https://github.com/muennich/sxiv/"
50
51 -LICENSE="GPL-2"
52 +LICENSE="GPL-2+ public-domain"
53 SLOT="0"
54 IUSE="exif gif +jpeg +png webp"