commit: a240af91470714c59ad7f137ec68450b68fa5481 Author: Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com> AuthorDate: Fri Aug 9 09:48:40 2024 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Tue Aug 20 00:48:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a240af91
dev-debug/sysdig: explicitly inherit flag-o-matic Signed-off-by: Holger Hoffstätte <holger <AT> applied-asynchrony.com> Closes: https://github.com/gentoo/gentoo/pull/38024 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> dev-debug/sysdig/sysdig-0.38.1-r1.ebuild | 2 +- dev-debug/sysdig/sysdig-0.38.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-debug/sysdig/sysdig-0.38.1-r1.ebuild b/dev-debug/sysdig/sysdig-0.38.1-r1.ebuild index a95e1b97e8eb..2ae2f6b85a7f 100644 --- a/dev-debug/sysdig/sysdig-0.38.1-r1.ebuild +++ b/dev-debug/sysdig/sysdig-0.38.1-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 LUA_COMPAT=( luajit ) -inherit bash-completion-r1 cmake lua-single +inherit bash-completion-r1 cmake flag-o-matic lua-single DESCRIPTION="A system exploration and troubleshooting tool" HOMEPAGE="https://sysdig.com/" diff --git a/dev-debug/sysdig/sysdig-0.38.1.ebuild b/dev-debug/sysdig/sysdig-0.38.1.ebuild index 937c2a94f1eb..be7cf88d7db3 100644 --- a/dev-debug/sysdig/sysdig-0.38.1.ebuild +++ b/dev-debug/sysdig/sysdig-0.38.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 LUA_COMPAT=( luajit ) -inherit bash-completion-r1 cmake lua-single +inherit bash-completion-r1 cmake flag-o-matic lua-single DESCRIPTION="A system exploration and troubleshooting tool" HOMEPAGE="https://sysdig.com/"