repo/gentoo:master commit in: dev-util/amdsmi/

"Alfredo Tupone" <[email protected]> Wed, 05 Aug 2026 09:29:02 +0000 (UTC)
Newsgroups gmane.linux.gentoo.cvs
Message-ID <1785922069.fbbce7aa12e1276f414106ade179abcb810b7b5d.tupone@gentoo>
commit:     fbbce7aa12e1276f414106ade179abcb810b7b5d
Author:     Sv. Lockal <lockalsash <AT> gmail <DOT> com>
AuthorDate: Sun Jun 28 14:57:51 2026 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Aug  5 09:27:49 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbbce7aa

dev-util/amdsmi: fix typo that breaks build with FEATURES=test

Closes: https://bugs.gentoo.org/973681
Signed-off-by: Sv. Lockal <lockalsash <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/46488
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-util/amdsmi/amdsmi-7.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/amdsmi/amdsmi-7.2.0.ebuild b/dev-util/amdsmi/amdsmi-7.2.0.ebuild
index 84fc824b4c4b..0401a9ee2b11 100644
--- a/dev-util/amdsmi/amdsmi-7.2.0.ebuild
+++ b/dev-util/amdsmi/amdsmi-7.2.0.ebuild
@@ -80,7 +80,7 @@ src_configure() {
 		-DBUILD_TESTS=$(usex test)
 		-Wno-dev
 	)
-	use test && mycmakeargs+=( -CMAKE_REQUIRE_FIND_PACKAGE_GTest=ON )
+	use test && mycmakeargs+=( -DCMAKE_REQUIRE_FIND_PACKAGE_GTest=ON )
 	cmake_src_configure
 }