diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-01-05 13:33:58 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-01-05 14:01:35 +0100 |
commit | 4f24d5f1aacc2825c7aad73bd4fd6f913012228b (patch) | |
tree | 4c6222eb560dc8ce8e84125f4f4d26b7d28f35d8 /media-gfx/imv | |
parent | dev-python/tempora: keyworded 2.0.0 for ppc, bug #660390 (diff) | |
download | gentoo-4f24d5f1aacc2825c7aad73bd4fd6f913012228b.tar.gz gentoo-4f24d5f1aacc2825c7aad73bd4fd6f913012228b.tar.bz2 gentoo-4f24d5f1aacc2825c7aad73bd4fd6f913012228b.zip |
media-gfx/imv: Fix LICENSE
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'media-gfx/imv')
-rw-r--r-- | media-gfx/imv/imv-4.0.1.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/imv/imv-9999.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/imv/imv-4.0.1.ebuild b/media-gfx/imv/imv-4.0.1.ebuild index 6dfc034c43a6..b14728fdfa67 100644 --- a/media-gfx/imv/imv-4.0.1.ebuild +++ b/media-gfx/imv/imv-4.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ DESCRIPTION="Minimal image viewer designed for tiling window manager users" HOMEPAGE="https://github.com/eXeC64/imv" SRC_URI="https://github.com/eXeC64/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2+" +LICENSE="MIT-with-advertising" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="X +freeimage jpeg png svg test tiff wayland" diff --git a/media-gfx/imv/imv-9999.ebuild b/media-gfx/imv/imv-9999.ebuild index 927a92ad3595..74096054abb4 100644 --- a/media-gfx/imv/imv-9999.ebuild +++ b/media-gfx/imv/imv-9999.ebuild @@ -8,7 +8,7 @@ DESCRIPTION="Minimal image viewer designed for tiling window manager users" HOMEPAGE="https://github.com/eXeC64/imv" EGIT_REPO_URI="https://github.com/eXeC64/imv" -LICENSE="GPL-2+" +LICENSE="MIT-with-advertising" SLOT="0" KEYWORDS="" IUSE="X +freeimage jpeg png svg test tiff wayland" |