diff options
author | 2022-03-09 15:03:23 +0100 | |
---|---|---|
committer | 2022-03-09 15:10:23 +0000 | |
commit | ff6f4895395998c1d0fbdbb53b4485b4e267973f (patch) | |
tree | fddd49cd979d556ab98b9ef577e85685bf42d77f /dev-util/sysdig | |
parent | dev-java/cortado: update EAPI 5 -> 8 (diff) | |
download | gentoo-ff6f4895395998c1d0fbdbb53b4485b4e267973f.tar.gz gentoo-ff6f4895395998c1d0fbdbb53b4485b4e267973f.tar.bz2 gentoo-ff6f4895395998c1d0fbdbb53b4485b4e267973f.zip |
dev-util/sysdig: set proper version information
Closes: https://bugs.gentoo.org/731268
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/sysdig')
-rw-r--r-- | dev-util/sysdig/sysdig-0.27.1-r100.ebuild | 5 |
1 files changed, 4 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..f5aa5dd67ea9 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 @@ -60,6 +60,9 @@ src_configure() { # unbundle the deps -DUSE_BUNDLED_DEPS=OFF + + # explicitly set version + -DSYSDIG_VERSION=${PV} ) cmake_src_configure |