commit: 28cc28b7e1ecd2196aff7d2eb866a44f196bc100 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Thu Apr 25 17:08:03 2024 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Thu Apr 25 18:45:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28cc28b7
sys-power/powertop: Remove empty global assignments Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> 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 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"
