From 5e22e4dcf91857d1ac10c5e3e6d8b400cd412594 Mon Sep 17 00:00:00 2001 From: Huang Rui Date: Sun, 14 Jun 2020 01:08:16 +0800 Subject: [PATCH] sys-process/nvtop: change ${PV} to "${PV}" Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Huang Rui --- sys-process/nvtop/nvtop-1.0.0.ebuild | 2 +- sys-process/nvtop/nvtop-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-process/nvtop/nvtop-1.0.0.ebuild b/sys-process/nvtop/nvtop-1.0.0.ebuild index b7b88afd9d..5a831a1352 100644 --- a/sys-process/nvtop/nvtop-1.0.0.ebuild +++ b/sys-process/nvtop/nvtop-1.0.0.ebuild @@ -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 diff --git a/sys-process/nvtop/nvtop-9999.ebuild b/sys-process/nvtop/nvtop-9999.ebuild index 594d987b07..42b38e87e9 100644 --- a/sys-process/nvtop/nvtop-9999.ebuild +++ b/sys-process/nvtop/nvtop-9999.ebuild @@ -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