Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/nano/
Date: Tue, 08 Nov 2022 06:03:58
Message-Id: 1667887421.a53189507421e87a8271253814c8499411db66d7.sam@gentoo
1 commit: a53189507421e87a8271253814c8499411db66d7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 8 05:56:50 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 8 06:03:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5318950
7
8 app-editors/nano: fix LICENSE
9
10 Closes: https://bugs.gentoo.org/880303
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-editors/nano/nano-6.4.ebuild | 2 +-
14 app-editors/nano/nano-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-editors/nano/nano-6.4.ebuild b/app-editors/nano/nano-6.4.ebuild
18 index 35beea35766e..c3cd29e37b62 100644
19 --- a/app-editors/nano/nano-6.4.ebuild
20 +++ b/app-editors/nano/nano-6.4.ebuild
21 @@ -17,7 +17,7 @@ fi
22 DESCRIPTION="GNU GPL'd Pico clone with more functionality"
23 HOMEPAGE="https://www.nano-editor.org/ https://wiki.gentoo.org/wiki/Nano/Basics_Guide"
24
25 -LICENSE="GPL-3"
26 +LICENSE="GPL-3+ LGPL-2.1+ || ( GPL-3+ FDL-1.2+ )"
27 SLOT="0"
28 IUSE="debug justify magic minimal ncurses nls +spell +split-usr static unicode"
29
30
31 diff --git a/app-editors/nano/nano-9999.ebuild b/app-editors/nano/nano-9999.ebuild
32 index 1422c12825ff..3ccb2377fa61 100644
33 --- a/app-editors/nano/nano-9999.ebuild
34 +++ b/app-editors/nano/nano-9999.ebuild
35 @@ -17,7 +17,7 @@ fi
36 DESCRIPTION="GNU GPL'd Pico clone with more functionality"
37 HOMEPAGE="https://www.nano-editor.org/ https://wiki.gentoo.org/wiki/Nano/Basics_Guide"
38
39 -LICENSE="GPL-3"
40 +LICENSE="GPL-3+ LGPL-2.1+ || ( GPL-3+ FDL-1.2+ )"
41 SLOT="0"
42 IUSE="debug justify magic minimal ncurses nls +spell +split-usr static unicode"