commit:     586a0333a5703eb759fa8472faf947074b3a74d0
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 18 17:59:22 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Nov 18 18:00:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=586a0333

sys-power/powertop: Drop IUSE=unicode

- and add append-lfs-flags

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 sys-power/powertop/powertop-2.15.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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)
 }

Reply via email to