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 7F28D138350 for ; Sun, 5 Apr 2020 11:56:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA296E08F5; Sun, 5 Apr 2020 11:56:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B07F8E08F5 for ; Sun, 5 Apr 2020 11:56:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AB71434EF47 for ; Sun, 5 Apr 2020 11:56:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38359162 for ; Sun, 5 Apr 2020 11:56:39 +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: <1586087665.89f343bb6ae7b38df0e90839d4958abe550704a6.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/util-linux/util-linux-2.35.1-r1.ebuild sys-apps/util-linux/util-linux-9999.ebuild X-VCS-Directories: sys-apps/util-linux/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 89f343bb6ae7b38df0e90839d4958abe550704a6 X-VCS-Branch: master Date: Sun, 5 Apr 2020 11:56:39 +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: 7afe46dc-5f92-4a49-a748-45d3d16229e6 X-Archives-Hash: 218bf7391b515b1ac0a50eccd0eae475 commit: 89f343bb6ae7b38df0e90839d4958abe550704a6 Author: Lars Wendler gentoo org> AuthorDate: Sun Apr 5 11:54:25 2020 +0000 Commit: Lars Wendler gentoo 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 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)