diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-04-25 13:08:03 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-04-25 14:45:48 -0400 |
commit | 28cc28b7e1ecd2196aff7d2eb866a44f196bc100 (patch) | |
tree | e4c62be0c1dad2b054881e88ebb3be7b2a1545da /sys-power | |
parent | media-gfx/xdot: Remove empty global assignments (diff) | |
download | gentoo-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.ebuild | 1 | ||||
-rw-r--r-- | sys-power/powertop/powertop-9999.ebuild | 1 |
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" |