commit:     1751e08cc123a50bbf4cc56ee6851e57cdce3641
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 12 09:36:14 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Mar 12 09:37:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1751e08c

dev-util/rocm-smi: ebuild enhancements for 5.0.2

 - add missing MIT license,
 - disable automagic finding of latex,
 - remove unused eclasses.

Closes: https://bugs.gentoo.org/834986
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-util/rocm-smi/rocm-smi-5.0.2.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-util/rocm-smi/rocm-smi-5.0.2.ebuild 
b/dev-util/rocm-smi/rocm-smi-5.0.2.ebuild
index 10683f1541f3..d9dd59e76bf1 100644
--- a/dev-util/rocm-smi/rocm-smi-5.0.2.ebuild
+++ b/dev-util/rocm-smi/rocm-smi-5.0.2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{8..10} )
 
-inherit cmake multilib prefix python-r1 python-utils-r1
+inherit cmake python-r1
 
 DESCRIPTION="ROCm System Management Interface Library"
 HOMEPAGE="https://github.com/RadeonOpenCompute/rocm_smi_lib";
@@ -20,7 +20,7 @@ else
        S="${WORKDIR}/rocm_smi_lib-rocm-${PV}"
 fi
 
-LICENSE="NCSA-AMD"
+LICENSE="MIT NCSA-AMD"
 SLOT="0/$(ver_cut 1-2)"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
@@ -45,6 +45,7 @@ src_prepare() {
 src_configure() {
        local mycmakeargs=(
                -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"
+               -DCMAKE_DISABLE_FIND_PACKAGE_LATEX=ON
        )
        cmake_src_configure
 }

Reply via email to