summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2022-01-11 15:41:42 +0000
committerMarek Szuba <marecki@gentoo.org>2022-01-11 18:38:17 +0000
commit3696f30cde1e51625518fbe12f0ffe645110bf7d (patch)
tree72ce40c76ac21323247ac8864fbb450bfac43f1a /dev-cpp/benchmark/benchmark-1.6.0.ebuild
parentdev-cpp/benchmark: add 1.6.1 (diff)
downloadgentoo-3696f30cde1e51625518fbe12f0ffe645110bf7d.tar.gz
gentoo-3696f30cde1e51625518fbe12f0ffe645110bf7d.tar.bz2
gentoo-3696f30cde1e51625518fbe12f0ffe645110bf7d.zip
dev-cpp/benchmark: explicitly inherit flag-o-matic
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-cpp/benchmark/benchmark-1.6.0.ebuild')
-rw-r--r--dev-cpp/benchmark/benchmark-1.6.0.ebuild4
1 files changed, 2 insertions, 2 deletions
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"