From: Zero_Chaos Date: Wed, 2 Dec 2015 16:46:10 +0000 (-0500) Subject: sys-power/powertop: fix live ebuild to match releases X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3239c3e815bf0e9f318dadc47c25a887ac071961;p=gentoo.git sys-power/powertop: fix live ebuild to match releases Package-Manager: portage-2.2.26 --- diff --git a/sys-power/powertop/powertop-9999.ebuild b/sys-power/powertop/powertop-9999.ebuild index b3011ffb230d..4a5c4722ee5f 100644 --- a/sys-power/powertop/powertop-9999.ebuild +++ b/sys-power/powertop/powertop-9999.ebuild @@ -4,7 +4,7 @@ EAPI="5" -inherit eutils linux-info autotools +inherit eutils linux-info if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://github.com/fenrus75/powertop.git" inherit git-2 autotools @@ -19,7 +19,7 @@ HOMEPAGE="https://01.org/powertop/" LICENSE="GPL-2" SLOT="0" -IUSE="unicode X" +IUSE="nls unicode X" COMMON_DEPEND=" dev-libs/libnl:3 @@ -100,5 +100,5 @@ src_prepare() { src_configure() { export ac_cv_search_delwin=$(usex unicode -lncursesw -lncurses) - default + econf $(use_enable nls) }