mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
sys-process/nvtop: change ${PV} to "${PV}"
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@ inherit cmake-utils
|
||||
DESCRIPTION="NVIDIA GPUs htop like monitoring tool"
|
||||
HOMEPAGE="https://github.com/Syllo/nvtop"
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
if [[ "${PV}" == "9999" ]] ; then
|
||||
EGIT_REPO_URI="https://github.com/Syllo/${PN}.git"
|
||||
inherit git-r3
|
||||
else
|
||||
|
||||
@@ -8,7 +8,7 @@ inherit cmake-utils
|
||||
DESCRIPTION="NVIDIA GPUs htop like monitoring tool"
|
||||
HOMEPAGE="https://github.com/Syllo/nvtop"
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
if [[ "${PV}" == "9999" ]] ; then
|
||||
EGIT_REPO_URI="https://github.com/Syllo/${PN}.git"
|
||||
inherit git-r3
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user