From 28cc28b7e1ecd2196aff7d2eb866a44f196bc100 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Thu, 25 Apr 2024 13:08:03 -0400 Subject: [PATCH] sys-power/powertop: Remove empty global assignments Signed-off-by: Matt Turner --- sys-power/powertop/powertop-2.15.ebuild | 1 - sys-power/powertop/powertop-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/sys-power/powertop/powertop-2.15.ebuild b/sys-power/powertop/powertop-2.15.ebuild index b6e7162e3bef9..91149b6a6d1b5 100644 --- a/sys-power/powertop/powertop-2.15.ebuild +++ b/sys-power/powertop/powertop-2.15.ebuild @@ -7,7 +7,6 @@ EGIT_REPO_URI="https://github.com/fenrus75/powertop.git" if [[ ${PV} == "9999" ]] ; then GIT_ECLASS="git-r3" - SRC_URI="" else SRC_URI="https://github.com/fenrus75/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="amd64 arm ~arm64 ppc sparc x86 ~amd64-linux ~x86-linux" diff --git a/sys-power/powertop/powertop-9999.ebuild b/sys-power/powertop/powertop-9999.ebuild index cc1eebabdca7a..81d432e1ebaad 100644 --- a/sys-power/powertop/powertop-9999.ebuild +++ b/sys-power/powertop/powertop-9999.ebuild @@ -7,7 +7,6 @@ EGIT_REPO_URI="https://github.com/fenrus75/powertop.git" if [[ ${PV} == "9999" ]] ; then GIT_ECLASS="git-r3" - SRC_URI="" else SRC_URI="https://github.com/fenrus75/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"