From 478c53238ce29e4d3c5ebcbbe7720f657fdb3130 Mon Sep 17 00:00:00 2001 From: "Haelwenn (lanodan) Monnier" Date: Thu, 25 Aug 2022 13:35:09 +0200 Subject: [PATCH] app-editors/vis: Add MIT license for the lexers Signed-off-by: Haelwenn (lanodan) Monnier Closes: https://github.com/gentoo/gentoo/pull/26763 Signed-off-by: Joonas Niilola --- app-editors/vis/vis-0.7-r1.ebuild | 2 +- app-editors/vis/vis-0.7.ebuild | 4 ++-- app-editors/vis/vis-9999.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-editors/vis/vis-0.7-r1.ebuild b/app-editors/vis/vis-0.7-r1.ebuild index e400f418df91d..285ffc56f3f99 100644 --- a/app-editors/vis/vis-0.7-r1.ebuild +++ b/app-editors/vis/vis-0.7-r1.ebuild @@ -19,7 +19,7 @@ fi DESCRIPTION="modern, legacy free, simple yet efficient vim-like editor" HOMEPAGE="https://github.com/martanne/vis" -LICENSE="ISC" +LICENSE="ISC MIT" SLOT="0" IUSE="+ncurses +lua selinux test tre" REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )" diff --git a/app-editors/vis/vis-0.7.ebuild b/app-editors/vis/vis-0.7.ebuild index 775cdeed1fce4..0638ef99f5fc0 100644 --- a/app-editors/vis/vis-0.7.ebuild +++ b/app-editors/vis/vis-0.7.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 @@ -12,7 +12,7 @@ DESCRIPTION="modern, legacy free, simple yet efficient vim-like editor" HOMEPAGE="https://github.com/martanne/vis" SRC_URI="https://github.com/martanne/vis/releases/download/v${PV}/${P}.tar.gz test? ( https://github.com/martanne/vis-test/releases/download/v${MY_PTV}/vis-test-${MY_PTV}.tar.gz )" -LICENSE="ISC" +LICENSE="ISC MIT" SLOT="0" KEYWORDS="amd64 arm ~riscv x86" IUSE="+ncurses +lua selinux test tre" diff --git a/app-editors/vis/vis-9999.ebuild b/app-editors/vis/vis-9999.ebuild index e400f418df91d..285ffc56f3f99 100644 --- a/app-editors/vis/vis-9999.ebuild +++ b/app-editors/vis/vis-9999.ebuild @@ -19,7 +19,7 @@ fi DESCRIPTION="modern, legacy free, simple yet efficient vim-like editor" HOMEPAGE="https://github.com/martanne/vis" -LICENSE="ISC" +LICENSE="ISC MIT" SLOT="0" IUSE="+ncurses +lua selinux test tre" REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"