From 89f343bb6ae7b38df0e90839d4958abe550704a6 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Sun, 5 Apr 2020 13:54:25 +0200 Subject: [PATCH] sys-apps/util-linux: Only build pg with USE="ncurses" Closes: https://bugs.gentoo.org/716304 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Lars Wendler --- sys-apps/util-linux/util-linux-2.35.1-r1.ebuild | 2 +- sys-apps/util-linux/util-linux-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/util-linux/util-linux-2.35.1-r1.ebuild b/sys-apps/util-linux/util-linux-2.35.1-r1.ebuild index 9378cae5d12c..887b45796cae 100644 --- a/sys-apps/util-linux/util-linux-2.35.1-r1.ebuild +++ b/sys-apps/util-linux/util-linux-2.35.1-r1.ebuild @@ -191,7 +191,6 @@ multilib_src_configure() { --enable-bash-completion --enable-line --enable-partx - --enable-pg --enable-raw --enable-rename --enable-rfkill @@ -203,6 +202,7 @@ multilib_src_configure() { $(use_enable hardlink) $(use_enable kill) $(use_enable logger) + $(use_enable ncurses pg) $(use_enable su) $(use_enable tty-helpers mesg) $(use_enable tty-helpers wall) diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild index f08710bb9a44..dd30ee98905d 100644 --- a/sys-apps/util-linux/util-linux-9999.ebuild +++ b/sys-apps/util-linux/util-linux-9999.ebuild @@ -189,7 +189,6 @@ multilib_src_configure() { --enable-bash-completion --enable-line --enable-partx - --enable-pg --enable-raw --enable-rename --enable-rfkill @@ -201,6 +200,7 @@ multilib_src_configure() { $(use_enable hardlink) $(use_enable kill) $(use_enable logger) + $(use_enable ncurses pg) $(use_enable su) $(use_enable tty-helpers mesg) $(use_enable tty-helpers wall) -- 2.26.2