Merge updates from master

This commit is contained in:
Repository mirror & CI
2020-06-14 15:35:03 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
EAPI=7
inherit cmake-utils
inherit cmake
DESCRIPTION="NVIDIA GPUs htop like monitoring tool"
HOMEPAGE="https://github.com/Syllo/nvtop"
@@ -49,5 +49,5 @@ src_configure() {
${CMAKE_CONF}
)
cmake-utils_src_configure
cmake_src_configure
}

View File

@@ -3,7 +3,7 @@
EAPI=7
inherit cmake-utils
inherit cmake
DESCRIPTION="NVIDIA GPUs htop like monitoring tool"
HOMEPAGE="https://github.com/Syllo/nvtop"
@@ -48,5 +48,5 @@ src_configure() {
${CMAKE_CONF}
)
cmake-utils_src_configure
cmake_src_configure
}