summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2020-04-05 13:54:25 +0200
committerLars Wendler <polynomial-c@gentoo.org>2020-04-05 13:54:25 +0200
commit89f343bb6ae7b38df0e90839d4958abe550704a6 (patch)
treef7664618d099157870e63dc679c43f0c6042dda1 /sys-apps
parentsys-devel/bison: Removed old (diff)
downloadgentoo-89f343bb6ae7b38df0e90839d4958abe550704a6.tar.gz
gentoo-89f343bb6ae7b38df0e90839d4958abe550704a6.tar.bz2
gentoo-89f343bb6ae7b38df0e90839d4958abe550704a6.zip
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@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/util-linux/util-linux-2.35.1-r1.ebuild2
-rw-r--r--sys-apps/util-linux/util-linux-9999.ebuild2
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)