commit:     89f343bb6ae7b38df0e90839d4958abe550704a6
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  5 11:54:25 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun Apr  5 11:54:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89f343bb

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 <polynomial-c <AT> gentoo.org>

 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 9378cae5d12..887b45796ca 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 f08710bb9a4..dd30ee98905 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)

Reply via email to