From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C86F2138359 for ; Fri, 31 Jul 2020 08:38:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18307E097A; Fri, 31 Jul 2020 08:38:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 039C4E097A for ; Fri, 31 Jul 2020 08:38:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1348C34F50D for ; Fri, 31 Jul 2020 08:38:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B18022EE for ; Fri, 31 Jul 2020 08:38:15 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1596184687.9ba1c4dcae464be256fcbf807f599e2f40460c96.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/nano/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/nano/nano-4.9.3.ebuild app-editors/nano/nano-5.0.ebuild app-editors/nano/nano-9999.ebuild X-VCS-Directories: app-editors/nano/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 9ba1c4dcae464be256fcbf807f599e2f40460c96 X-VCS-Branch: master Date: Fri, 31 Jul 2020 08:38:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b9ed820c-fac8-43ac-8256-f1a96d6fa7af X-Archives-Hash: d9a2a6964abb5ff0579efcafa31025aa commit: 9ba1c4dcae464be256fcbf807f599e2f40460c96 Author: Lars Wendler gentoo org> AuthorDate: Fri Jul 31 08:36:59 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Jul 31 08:38:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba1c4dc app-editors/nano: USE="-ncurses slang" requires USE="minimal" Closes: https://bugs.gentoo.org/734846 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Lars Wendler gentoo.org> app-editors/nano/nano-4.9.3.ebuild | 3 +++ app-editors/nano/nano-5.0.ebuild | 3 +++ app-editors/nano/nano-9999.ebuild | 3 +++ 3 files changed, 9 insertions(+) diff --git a/app-editors/nano/nano-4.9.3.ebuild b/app-editors/nano/nano-4.9.3.ebuild index bd791de7db4..12638bf0a52 100644 --- a/app-editors/nano/nano-4.9.3.ebuild +++ b/app-editors/nano/nano-4.9.3.ebuild @@ -32,6 +32,9 @@ BDEPEND=" nls? ( sys-devel/gettext ) virtual/pkgconfig " + +REQUIRED_USE="!ncurses? ( slang? ( minimal ) )" + PATCHES=( "${FILESDIR}/${P}-disable-speller_build_fix.patch" "${FILESDIR}/${P}-minimal_build_fix.patch" #734856 diff --git a/app-editors/nano/nano-5.0.ebuild b/app-editors/nano/nano-5.0.ebuild index e27dda0e78d..e49803f3fe5 100644 --- a/app-editors/nano/nano-5.0.ebuild +++ b/app-editors/nano/nano-5.0.ebuild @@ -32,6 +32,9 @@ BDEPEND=" nls? ( sys-devel/gettext ) virtual/pkgconfig " + +REQUIRED_USE="!ncurses? ( slang? ( minimal ) )" + src_prepare() { default if [[ ${PV} == "9999" ]] ; then diff --git a/app-editors/nano/nano-9999.ebuild b/app-editors/nano/nano-9999.ebuild index e27dda0e78d..e49803f3fe5 100644 --- a/app-editors/nano/nano-9999.ebuild +++ b/app-editors/nano/nano-9999.ebuild @@ -32,6 +32,9 @@ BDEPEND=" nls? ( sys-devel/gettext ) virtual/pkgconfig " + +REQUIRED_USE="!ncurses? ( slang? ( minimal ) )" + src_prepare() { default if [[ ${PV} == "9999" ]] ; then