commit: 3239c3e815bf0e9f318dadc47c25a887ac071961
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 2 16:46:10 2015 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Dec 2 16:50:17 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3239c3e8
sys-power/powertop: fix live ebuild to match releases
Package-Manager: portage-2.2.26
sys-power/powertop/powertop-9999.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-power/powertop/powertop-9999.ebuild
b/sys-power/powertop/powertop-9999.ebuild
index b3011ff..4a5c472 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)
}