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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 18BBF158094 for ; Wed, 21 Sep 2022 19:53:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64E8EE0AF4; Wed, 21 Sep 2022 19:53:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D11DE0AF4 for ; Wed, 21 Sep 2022 19:53:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67E40340FB0 for ; Wed, 21 Sep 2022 19:53:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB32A5B1 for ; Wed, 21 Sep 2022 19:53:12 +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: <1663789857.b1ecfe301898f646c032ec17883336230d1dfde7.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: b1ecfe301898f646c032ec17883336230d1dfde7 X-VCS-Branch: master Date: Wed, 21 Sep 2022 19:53:12 +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: 0a0103eb-3f4e-41bf-afba-0c523a1aec3a X-Archives-Hash: 349beb11da745e41887d1870429fe6b9 commit: b1ecfe301898f646c032ec17883336230d1dfde7 Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Sep 21 19:50:22 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Sep 21 19:50:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ecfe30 media-gfx/sxiv: fix licenses Closes: https://bugs.gentoo.org/872179 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 49baff22c64b..65a298e1cf21 100644 --- a/media-gfx/sxiv/sxiv-26.ebuild +++ b/media-gfx/sxiv/sxiv-26.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ fi DESCRIPTION="Simple (or small or suckless) X Image Viewer" HOMEPAGE="https://github.com/muennich/sxiv/" -LICENSE="GPL-2" +LICENSE="GPL-2+ public-domain" SLOT="0" IUSE="exif gif +jpeg +png webp" diff --git a/media-gfx/sxiv/sxiv-9999.ebuild b/media-gfx/sxiv/sxiv-9999.ebuild index 3493cc50aa7c..587eeb6bcc32 100644 --- a/media-gfx/sxiv/sxiv-9999.ebuild +++ b/media-gfx/sxiv/sxiv-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ fi DESCRIPTION="Simple (or small or suckless) X Image Viewer" HOMEPAGE="https://github.com/muennich/sxiv/" -LICENSE="GPL-2" +LICENSE="GPL-2+ public-domain" SLOT="0" IUSE="exif gif +jpeg +png webp"