diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-01-11 15:41:42 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-01-11 18:38:17 +0000 |
commit | 3696f30cde1e51625518fbe12f0ffe645110bf7d (patch) | |
tree | 72ce40c76ac21323247ac8864fbb450bfac43f1a | |
parent | dev-cpp/benchmark: add 1.6.1 (diff) | |
download | gentoo-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>
-rw-r--r-- | dev-cpp/benchmark/benchmark-1.5.6.ebuild | 4 | ||||
-rw-r--r-- | dev-cpp/benchmark/benchmark-1.6.0.ebuild | 4 | ||||
-rw-r--r-- | 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" |