From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 13BA815852A for ; Tue, 20 Aug 2024 00:48:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C48CE29F2; Tue, 20 Aug 2024 00:48:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 64C08E29F2 for ; Tue, 20 Aug 2024 00:48:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A30E734131D for ; Tue, 20 Aug 2024 00:48:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3C411F03 for ; Tue, 20 Aug 2024 00:48:41 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1724114880.a240af91470714c59ad7f137ec68450b68fa5481.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-debug/sysdig/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-debug/sysdig/sysdig-0.38.1-r1.ebuild dev-debug/sysdig/sysdig-0.38.1.ebuild X-VCS-Directories: dev-debug/sysdig/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: a240af91470714c59ad7f137ec68450b68fa5481 X-VCS-Branch: master Date: Tue, 20 Aug 2024 00:48:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 16c06f82-5431-4c4f-843f-3b784b66b252 X-Archives-Hash: fe78c7c85c415bd88593536a422cc4b8 commit: a240af91470714c59ad7f137ec68450b68fa5481 Author: Holger Hoffstätte applied-asynchrony com> AuthorDate: Fri Aug 9 09:48:40 2024 +0000 Commit: Eli Schwartz gentoo 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 applied-asynchrony.com> Closes: https://github.com/gentoo/gentoo/pull/38024 Signed-off-by: Eli Schwartz 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/"