commit:     3696f30cde1e51625518fbe12f0ffe645110bf7d
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 11 15:41:42 2022 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Jan 11 18:38:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3696f30c

dev-cpp/benchmark: explicitly inherit flag-o-matic

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-cpp/benchmark/benchmark-1.5.6.ebuild | 4 ++--
 dev-cpp/benchmark/benchmark-1.6.0.ebuild | 4 ++--
 dev-cpp/benchmark/benchmark-1.6.1.ebuild | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-cpp/benchmark/benchmark-1.5.6.ebuild 
b/dev-cpp/benchmark/benchmark-1.5.6.ebuild
index 447bfdaa52d6..3c1508d4ecd1 100644
--- a/dev-cpp/benchmark/benchmark-1.5.6.ebuild
+++ b/dev-cpp/benchmark/benchmark-1.5.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake
+inherit cmake flag-o-matic
 
 DESCRIPTION="A microbenchmark support library"
 HOMEPAGE="https://github.com/google/benchmark";

diff --git a/dev-cpp/benchmark/benchmark-1.6.0.ebuild 
b/dev-cpp/benchmark/benchmark-1.6.0.ebuild
index 604dda9d01d5..79dd281a1d6d 100644
--- a/dev-cpp/benchmark/benchmark-1.6.0.ebuild
+++ b/dev-cpp/benchmark/benchmark-1.6.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit cmake
+inherit cmake flag-o-matic
 
 DESCRIPTION="A microbenchmark support library"
 HOMEPAGE="https://github.com/google/benchmark";

diff --git a/dev-cpp/benchmark/benchmark-1.6.1.ebuild 
b/dev-cpp/benchmark/benchmark-1.6.1.ebuild
index dd6c099e45f6..41c2180ad81c 100644
--- a/dev-cpp/benchmark/benchmark-1.6.1.ebuild
+++ b/dev-cpp/benchmark/benchmark-1.6.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake
+inherit cmake flag-o-matic
 
 DESCRIPTION="A microbenchmark support library"
 HOMEPAGE="https://github.com/google/benchmark";

Reply via email to