summaryrefslogtreecommitdiff
path: root/dev-libs/libcbor/libcbor-0.9.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libcbor/libcbor-0.9.0.ebuild')
-rw-r--r--dev-libs/libcbor/libcbor-0.9.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libcbor/libcbor-0.9.0.ebuild b/dev-libs/libcbor/libcbor-0.9.0.ebuild
index 9d2172da0ce8..44cb6de4d07c 100644
--- a/dev-libs/libcbor/libcbor-0.9.0.ebuild
+++ b/dev-libs/libcbor/libcbor-0.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2022 Gentoo Authors
+# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -40,7 +40,7 @@ pkg_setup() {
}
src_configure() {
- local -a mycmakeargs=(
+ local mycmakeargs=(
-DCMAKE_BUILD_TYPE=Release
-DCBOR_CUSTOM_ALLOC=$(usex custom-alloc 'ON' 'OFF')
-DWITH_TESTS=$(usex test 'ON' 'OFF')