diff options
author | 2024-01-19 07:37:59 +0200 | |
---|---|---|
committer | 2024-01-19 15:03:43 -0500 | |
commit | 6b4a20a19e1016bd891d59dc186d8377c9618dd4 (patch) | |
tree | b442b8c96a37765a44701e78e18770cec3e53f81 /media-gfx | |
parent | net-misc/ntp: enable LFS (diff) | |
download | gentoo-6b4a20a19e1016bd891d59dc186d8377c9618dd4.tar.gz gentoo-6b4a20a19e1016bd891d59dc186d8377c9618dd4.tar.bz2 gentoo-6b4a20a19e1016bd891d59dc186d8377c9618dd4.zip |
media-gfx/imv: update LICENSE
* It never had the advertising clause.
https://git.sr.ht/~exec64/imv/tree/master/item/LICENSE
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/imv/imv-4.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/imv/imv-4.4.0.ebuild b/media-gfx/imv/imv-4.4.0.ebuild index 37149c58e56a..58d9b2399464 100644 --- a/media-gfx/imv/imv-4.4.0.ebuild +++ b/media-gfx/imv/imv-4.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ HOMEPAGE="https://sr.ht/~exec64/imv/" SRC_URI="https://git.sr.ht/~exec64/imv/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-v${PV}" -LICENSE="MIT-with-advertising" +LICENSE="MIT" SLOT="0" KEYWORDS="amd64 x86" IUSE="+X +freeimage gif heif icu jpeg png svg test tiff wayland" |