summaryrefslogtreecommitdiff
path: root/dev-util/sysdig/sysdig-0.27.1-r100.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/sysdig/sysdig-0.27.1-r100.ebuild')
-rw-r--r--dev-util/sysdig/sysdig-0.27.1-r100.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-util/sysdig/sysdig-0.27.1-r100.ebuild b/dev-util/sysdig/sysdig-0.27.1-r100.ebuild
index ab9bce5d68b9..a31a6e8614d1 100644
--- a/dev-util/sysdig/sysdig-0.27.1-r100.ebuild
+++ b/dev-util/sysdig/sysdig-0.27.1-r100.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -41,6 +41,7 @@ PDEPEND="
PATCHES=(
"${FILESDIR}"/${PN}-0.27.1-grpc-absl-sync.patch
+ "${FILESDIR}"/${PN}-0.27.1-luajit-2.1.patch
)
src_prepare() {
@@ -60,6 +61,9 @@ src_configure() {
# unbundle the deps
-DUSE_BUNDLED_DEPS=OFF
+
+ # explicitly set version
+ -DSYSDIG_VERSION=${PV}
)
cmake_src_configure