diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-03-12 11:36:14 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-03-12 11:37:52 +0200 |
commit | 1751e08cc123a50bbf4cc56ee6851e57cdce3641 (patch) | |
tree | e97d301953d28b0c8dbaa3ee53b73be619690569 /dev-util/rocm-smi | |
parent | dev-go/vend: Keyword 1.0.3 arm, #834137 (diff) | |
download | gentoo-1751e08cc123a50bbf4cc56ee6851e57cdce3641.tar.gz gentoo-1751e08cc123a50bbf4cc56ee6851e57cdce3641.tar.bz2 gentoo-1751e08cc123a50bbf4cc56ee6851e57cdce3641.zip |
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@gentoo.org>
Diffstat (limited to 'dev-util/rocm-smi')
-rw-r--r-- | dev-util/rocm-smi/rocm-smi-5.0.2.ebuild | 5 |
1 files 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 } |