diff options
author | Huang Rui <vowstar@gmail.com> | 2020-06-14 01:08:16 +0800 |
---|---|---|
committer | Huang Rui <vowstar@gmail.com> | 2020-06-14 01:08:16 +0800 |
commit | 5e22e4dcf91857d1ac10c5e3e6d8b400cd412594 (patch) | |
tree | f3454f2c5c38cfdae16e603bfc03e9e963555cbf /sys-process/nvtop | |
parent | sys-process/nvtop: change IUSE order and move CMAKE_CONF to local (diff) | |
download | guru-5e22e4dcf91857d1ac10c5e3e6d8b400cd412594.tar.gz guru-5e22e4dcf91857d1ac10c5e3e6d8b400cd412594.tar.bz2 guru-5e22e4dcf91857d1ac10c5e3e6d8b400cd412594.zip |
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>
Diffstat (limited to 'sys-process/nvtop')
-rw-r--r-- | sys-process/nvtop/nvtop-1.0.0.ebuild | 2 | ||||
-rw-r--r-- | 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 b7b88afd9..5a831a135 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 594d987b0..42b38e87e 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 |