diff options
author | Yiyang Wu <xgreenlandforwyy@gmail.com> | 2024-03-17 10:47:53 +0800 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-21 02:24:43 +0000 |
commit | 2a7979949568a169a060a6fb4dbf77e68c661244 (patch) | |
tree | c18b0dda5ccfc9cc4f98aefa8f0a2b703b9413ae /dev-util/rocm-smi | |
parent | games-emulation/nestopia-jg: drop media-libs/soxr dependency (diff) | |
download | gentoo-2a7979949568a169a060a6fb4dbf77e68c661244.tar.gz gentoo-2a7979949568a169a060a6fb4dbf77e68c661244.tar.bz2 gentoo-2a7979949568a169a060a6fb4dbf77e68c661244.zip |
dev-util/rocm-smi: keep the patch for builtin amdgpu in 5.7.1
The patch is still needed when amdgpu builtin kernel module.
Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35795
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/rocm-smi')
-rw-r--r-- | dev-util/rocm-smi/rocm-smi-5.7.1-r2.ebuild (renamed from dev-util/rocm-smi/rocm-smi-5.7.1-r1.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-util/rocm-smi/rocm-smi-5.7.1-r1.ebuild b/dev-util/rocm-smi/rocm-smi-5.7.1-r2.ebuild index 86c31040d841..ddbcbee3ba91 100644 --- a/dev-util/rocm-smi/rocm-smi-5.7.1-r1.ebuild +++ b/dev-util/rocm-smi/rocm-smi-5.7.1-r2.ebuild @@ -32,6 +32,7 @@ PATCHES=( "${FILESDIR}"/${PN}-5.7.1-set-soversion.patch "${FILESDIR}"/${PN}-5.7.1-no-strip.patch "${FILESDIR}"/${PN}-5.7.1-remove-example.patch + "${FILESDIR}"/${PN}-5.4.2-detect-builtin-amdgpu.patch ) src_prepare() { |