Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/nano/
Date: Fri, 31 Jul 2020 08:38:20
Message-Id: 1596184687.9ba1c4dcae464be256fcbf807f599e2f40460c96.polynomial-c@gentoo
1 commit: 9ba1c4dcae464be256fcbf807f599e2f40460c96
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 31 08:36:59 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 31 08:38:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba1c4dc
7
8 app-editors/nano: USE="-ncurses slang" requires USE="minimal"
9
10 Closes: https://bugs.gentoo.org/734846
11 Package-Manager: Portage-3.0.1, Repoman-2.3.23
12 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
13
14 app-editors/nano/nano-4.9.3.ebuild | 3 +++
15 app-editors/nano/nano-5.0.ebuild | 3 +++
16 app-editors/nano/nano-9999.ebuild | 3 +++
17 3 files changed, 9 insertions(+)
18
19 diff --git a/app-editors/nano/nano-4.9.3.ebuild b/app-editors/nano/nano-4.9.3.ebuild
20 index bd791de7db4..12638bf0a52 100644
21 --- a/app-editors/nano/nano-4.9.3.ebuild
22 +++ b/app-editors/nano/nano-4.9.3.ebuild
23 @@ -32,6 +32,9 @@ BDEPEND="
24 nls? ( sys-devel/gettext )
25 virtual/pkgconfig
26 "
27 +
28 +REQUIRED_USE="!ncurses? ( slang? ( minimal ) )"
29 +
30 PATCHES=(
31 "${FILESDIR}/${P}-disable-speller_build_fix.patch"
32 "${FILESDIR}/${P}-minimal_build_fix.patch" #734856
33
34 diff --git a/app-editors/nano/nano-5.0.ebuild b/app-editors/nano/nano-5.0.ebuild
35 index e27dda0e78d..e49803f3fe5 100644
36 --- a/app-editors/nano/nano-5.0.ebuild
37 +++ b/app-editors/nano/nano-5.0.ebuild
38 @@ -32,6 +32,9 @@ BDEPEND="
39 nls? ( sys-devel/gettext )
40 virtual/pkgconfig
41 "
42 +
43 +REQUIRED_USE="!ncurses? ( slang? ( minimal ) )"
44 +
45 src_prepare() {
46 default
47 if [[ ${PV} == "9999" ]] ; then
48
49 diff --git a/app-editors/nano/nano-9999.ebuild b/app-editors/nano/nano-9999.ebuild
50 index e27dda0e78d..e49803f3fe5 100644
51 --- a/app-editors/nano/nano-9999.ebuild
52 +++ b/app-editors/nano/nano-9999.ebuild
53 @@ -32,6 +32,9 @@ BDEPEND="
54 nls? ( sys-devel/gettext )
55 virtual/pkgconfig
56 "
57 +
58 +REQUIRED_USE="!ncurses? ( slang? ( minimal ) )"
59 +
60 src_prepare() {
61 default
62 if [[ ${PV} == "9999" ]] ; then