commit: 93908329a6edc1934754eacb19b790e82bd16ce3 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Apr 28 20:30:05 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Apr 28 20:36:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93908329
x11-themes/qtcurve: Drop unused cmake arg Upstream commit e98d1efae338a74f5260130bb2d220229ca0e85f Closes: https://bugs.gentoo.org/955039 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> x11-themes/qtcurve/qtcurve-1.9.0_p20250314.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/x11-themes/qtcurve/qtcurve-1.9.0_p20250314.ebuild b/x11-themes/qtcurve/qtcurve-1.9.0_p20250314.ebuild index af978461d70f..6d3c1d0ef224 100644 --- a/x11-themes/qtcurve/qtcurve-1.9.0_p20250314.ebuild +++ b/x11-themes/qtcurve/qtcurve-1.9.0_p20250314.ebuild @@ -67,7 +67,6 @@ DOCS=( AUTHORS ChangeLog.md README.md TODO.md ) src_configure() { local mycmakeargs=( - -DLIB_INSTALL_DIR=$(get_libdir) -DENABLE_QT4=OFF -DQTC_QT4_ENABLE_KDE=OFF -DQTC_KDE4_DEFAULT_HOME=ON
