diff options
author | Zero_Chaos <zerochaos@gentoo.org> | 2015-12-02 11:46:10 -0500 |
---|---|---|
committer | Zero_Chaos <zerochaos@gentoo.org> | 2015-12-02 11:50:17 -0500 |
commit | 3239c3e815bf0e9f318dadc47c25a887ac071961 (patch) | |
tree | 6d6dfdcaeead609c617aa5cc760b987d65d5a4b7 /sys-power/powertop | |
parent | sys-power/powertop: cleanup old ebuilds (diff) | |
download | gentoo-3239c3e815bf0e9f318dadc47c25a887ac071961.tar.gz gentoo-3239c3e815bf0e9f318dadc47c25a887ac071961.tar.bz2 gentoo-3239c3e815bf0e9f318dadc47c25a887ac071961.zip |
sys-power/powertop: fix live ebuild to match releases
Package-Manager: portage-2.2.26
Diffstat (limited to 'sys-power/powertop')
-rw-r--r-- | sys-power/powertop/powertop-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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) } |