diff options
author | Andrey Grozin <grozin@gentoo.org> | 2024-09-10 18:28:09 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2024-09-10 18:28:09 +0700 |
commit | c9ecfdb18f6b6000044815b80687a67391248b77 (patch) | |
tree | 4651764e1269d9028e07eebecfafe15f36ed2747 /app-text | |
parent | net-analyzer/munin: Stabilize 2.0.76-r2 arm64, #939408 (diff) | |
download | gentoo-c9ecfdb18f6b6000044815b80687a67391248b77.tar.gz gentoo-c9ecfdb18f6b6000044815b80687a67391248b77.tar.bz2 gentoo-c9ecfdb18f6b6000044815b80687a67391248b77.zip |
app-text/crqt-ng: fix a typo
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/crqt-ng/crqt-ng-1.0.14-r1.ebuild | 4 |
1 files 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 } |