diff options
Diffstat (limited to 'dev-util/bpftrace')
-rw-r--r-- | dev-util/bpftrace/bpftrace-0.15.0-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-util/bpftrace/bpftrace-0.16.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/bpftrace/bpftrace-0.15.0-r2.ebuild b/dev-util/bpftrace/bpftrace-0.15.0-r2.ebuild index b4161428fb8c..f0998d9f30ca 100644 --- a/dev-util/bpftrace/bpftrace-0.15.0-r2.ebuild +++ b/dev-util/bpftrace/bpftrace-0.15.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2022 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -74,7 +74,7 @@ pkg_setup() { } src_configure() { - local -a mycmakeargs=( + local mycmakeargs=( -DSTATIC_LINKING:BOOL=OFF # bug 809362, 754648 -DBUILD_SHARED_LIBS:=OFF diff --git a/dev-util/bpftrace/bpftrace-0.16.0.ebuild b/dev-util/bpftrace/bpftrace-0.16.0.ebuild index f93bf5ae5f47..50e8366f23c0 100644 --- a/dev-util/bpftrace/bpftrace-0.16.0.ebuild +++ b/dev-util/bpftrace/bpftrace-0.16.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2022 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -74,7 +74,7 @@ pkg_setup() { } src_configure() { - local -a mycmakeargs=( + local mycmakeargs=( -DSTATIC_LINKING:BOOL=OFF # bug 809362, 754648 -DBUILD_TESTING:BOOL=$(usex test) |