mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-power/powertop: Remove empty global assignments
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user