commit:     3ce99f9ba8ace8b032fa5246f30bba09bfeab483
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  4 15:15:29 2017 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Dec  4 15:16:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ce99f9b

sys-power/powertop: remove warning from dead code

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 sys-power/powertop/powertop-2.8.ebuild | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/sys-power/powertop/powertop-2.8.ebuild 
b/sys-power/powertop/powertop-2.8.ebuild
index d3d8039ade6..ab67bbf8ed9 100644
--- a/sys-power/powertop/powertop-2.8.ebuild
+++ b/sys-power/powertop/powertop-2.8.ebuild
@@ -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/";

Reply via email to