From 586a0333a5703eb759fa8472faf947074b3a74d0 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 18 Nov 2022 12:59:22 -0500 Subject: sys-power/powertop: Drop IUSE=unicode - and add append-lfs-flags Signed-off-by: Matt Turner --- sys-power/powertop/powertop-2.15.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys-power') diff --git a/sys-power/powertop/powertop-2.15.ebuild b/sys-power/powertop/powertop-2.15.ebuild index 4398073e6d2e..4833a907c70d 100644 --- a/sys-power/powertop/powertop-2.15.ebuild +++ b/sys-power/powertop/powertop-2.15.ebuild @@ -13,19 +13,19 @@ else KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" fi -inherit autotools ${GIT_ECLASS} linux-info +inherit autotools ${GIT_ECLASS} flag-o-matic linux-info DESCRIPTION="tool to diagnose issues with power consumption and power management" HOMEPAGE="https://01.org/powertop/ https://github.com/fenrus75/powertop/" LICENSE="GPL-2" SLOT="0" -IUSE="nls unicode X" +IUSE="nls X" DEPEND=" dev-libs/libnl:3 sys-apps/pciutils - sys-libs/ncurses:=[unicode(+)?] + sys-libs/ncurses:=[unicode(+)] " BDEPEND=" @@ -108,6 +108,6 @@ src_prepare() { } src_configure() { - export ac_cv_search_delwin=$(usex unicode -lncursesw -lncurses) + append-lfs-flags econf $(use_enable nls) } -- cgit v1.2.3-65-gdbad