sys-power/powertop: remove warning from dead code

Package-Manager: Portage-2.3.16, Repoman-2.3.6
This commit is contained in:
Zero_Chaos
2017-12-04 10:15:29 -05:00
parent bf72c9fcc4
commit 3ce99f9ba8

View File

@@ -4,14 +4,8 @@
EAPI="5"
inherit eutils linux-info
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/fenrus75/powertop.git"
inherit git-2 autotools
SRC_URI=""
else
SRC_URI="https://01.org/sites/default/files/downloads/${PN}/${P}.tar.gz"
KEYWORDS="amd64 arm ppc sparc x86 ~amd64-linux ~x86-linux"
fi
SRC_URI="https://01.org/sites/default/files/downloads/${PN}/${P}.tar.gz"
KEYWORDS="amd64 arm ppc sparc x86 ~amd64-linux ~x86-linux"
DESCRIPTION="tool that helps you find what software is using the most power"
HOMEPAGE="https://01.org/powertop/"