commit: c9ecfdb18f6b6000044815b80687a67391248b77 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org> AuthorDate: Tue Sep 10 11:28:09 2024 +0000 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org> CommitDate: Tue Sep 10 11:28:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9ecfdb1
app-text/crqt-ng: fix a typo Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org> app-text/crqt-ng/crqt-ng-1.0.14-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/crqt-ng/crqt-ng-1.0.14-r1.ebuild b/app-text/crqt-ng/crqt-ng-1.0.14-r1.ebuild index 0c8500144809..5b43a9d0c3dc 100644 --- a/app-text/crqt-ng/crqt-ng-1.0.14-r1.ebuild +++ b/app-text/crqt-ng/crqt-ng-1.0.14-r1.ebuild @@ -46,11 +46,11 @@ src_prepare() { src_configure() { CMAKE_USE_DIR="${S}" CMAKE_BUILD_TYPE="Release" - local mycmakeargs= + local mycmakeargs if use qt6; then mycmakeargs=(-DUSE_QT=QT6) else - (-DUSE_QT=QT5) + mycmakeargs=(-DUSE_QT=QT5) fi cmake_src_configure }