From 628aa6e172bda140bb466a32e12508eec70e6766 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Fri, 31 Jul 2020 10:31:28 +0200 Subject: app-editors/nano: Fixed build with USE="minimal" and USE="-spell" Closes: https://bugs.gentoo.org/734856 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Lars Wendler --- app-editors/nano/nano-4.9.3.ebuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app-editors/nano/nano-4.9.3.ebuild') diff --git a/app-editors/nano/nano-4.9.3.ebuild b/app-editors/nano/nano-4.9.3.ebuild index 076c22b9c609..bd791de7db48 100644 --- a/app-editors/nano/nano-4.9.3.ebuild +++ b/app-editors/nano/nano-4.9.3.ebuild @@ -32,6 +32,11 @@ BDEPEND=" nls? ( sys-devel/gettext ) virtual/pkgconfig " +PATCHES=( + "${FILESDIR}/${P}-disable-speller_build_fix.patch" + "${FILESDIR}/${P}-minimal_build_fix.patch" #734856 +) + src_prepare() { default if [[ ${PV} == "9999" ]] ; then -- cgit v1.2.3-18-g5258