commit: 4b984b62989c966c6cfa6dcc60f438512c4ae496 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Aug 17 07:33:47 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Aug 17 07:34:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b984b62
media-sound/amarok: Fix cmake args and drop obsolete Upstream commit bfbe14294ccecc10d98a67e52a00e0831566df3c Closes: https://bugs.gentoo.org/961445 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-sound/amarok/amarok-3.3.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-sound/amarok/amarok-3.3.1.ebuild b/media-sound/amarok/amarok-3.3.1.ebuild index 9d95eb538e7a..ef1eee87e468 100644 --- a/media-sound/amarok/amarok-3.3.1.ebuild +++ b/media-sound/amarok/amarok-3.3.1.ebuild @@ -94,7 +94,6 @@ src_configure() { -DWITH_PLAYER=ON -DWITH_UTILITIES=ON -DCMAKE_DISABLE_FIND_PACKAGE_Googlemock=ON - -DCMAKE_DISABLE_FIND_PACKAGE_LibOFA=ON -DWITH_IPOD=$(usex ipod) $(cmake_use_find_package lastfm LibLastFm) $(cmake_use_find_package !mariadb MySQL) @@ -103,7 +102,7 @@ src_configure() { $(cmake_use_find_package webengine Qt6WebEngineWidgets) -DWITH_X11=$(usex X) ) - use ipod && mycmakeargs+=$(cmake_use_find_package ipod GDKPixBuf) + use ipod && mycmakeargs+=( $(cmake_use_find_package ipod GDKPixBuf) ) ecm_src_configure }
