summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-04-25 13:08:03 -0400
committerMatt Turner <mattst88@gentoo.org>2024-04-25 14:45:48 -0400
commit28cc28b7e1ecd2196aff7d2eb866a44f196bc100 (patch)
treee4c62be0c1dad2b054881e88ebb3be7b2a1545da /sys-power
parentmedia-gfx/xdot: Remove empty global assignments (diff)
downloadgentoo-28cc28b7e1ecd2196aff7d2eb866a44f196bc100.tar.gz
gentoo-28cc28b7e1ecd2196aff7d2eb866a44f196bc100.tar.bz2
gentoo-28cc28b7e1ecd2196aff7d2eb866a44f196bc100.zip
sys-power/powertop: Remove empty global assignments
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sys-power')
-rw-r--r--sys-power/powertop/powertop-2.15.ebuild1
-rw-r--r--sys-power/powertop/powertop-9999.ebuild1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys-power/powertop/powertop-2.15.ebuild b/sys-power/powertop/powertop-2.15.ebuild
index b6e7162e3bef..91149b6a6d1b 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 cc1eebabdca7..81d432e1ebaa 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"