Gentoo Archives: gentoo-commits

From: Theo Anderson <telans@××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-editors/micro/
Date: Sat, 09 Jan 2021 20:27:15
Message-Id: 1610222209.178ed19eed130abe8455b7be28dc50473411475a.telans@gentoo
1 commit: 178ed19eed130abe8455b7be28dc50473411475a
2 Author: Theo Anderson <telans <AT> posteo <DOT> de>
3 AuthorDate: Sat Jan 9 11:41:12 2021 +0000
4 Commit: Theo Anderson <telans <AT> posteo <DOT> de>
5 CommitDate: Sat Jan 9 19:56:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=178ed19e
7
8 app-editors/micro: fix LICENSE
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Theo Anderson <telans <AT> posteo.de>
12
13 app-editors/micro/micro-2.0.8.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-editors/micro/micro-2.0.8.ebuild b/app-editors/micro/micro-2.0.8.ebuild
17 index 9e4064c9..c958b7ba 100644
18 --- a/app-editors/micro/micro-2.0.8.ebuild
19 +++ b/app-editors/micro/micro-2.0.8.ebuild
20 @@ -96,7 +96,7 @@ SRC_URI="
21 ${EGO_SUM_SRC_URI}
22 "
23
24 -LICENSE="MIT"
25 +LICENSE="MIT Apache-2.0 BSD BSD-2 MPL-2.0"
26 SLOT="0"
27 KEYWORDS="~amd64 ~arm64 ~x86"
28 IUSE="wayland"