sys-power/powertop: Remove empty global assignments

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2024-04-25 13:08:03 -04:00
parent 30c636b3a9
commit 28cc28b7e1
2 changed files with 0 additions and 2 deletions

View File

@@ -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"

View File

@@ -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"