Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/benchmark/
Date: Tue, 11 Jan 2022 18:38:32
Message-Id: 1641926297.3696f30cde1e51625518fbe12f0ffe645110bf7d.marecki@gentoo
1 commit: 3696f30cde1e51625518fbe12f0ffe645110bf7d
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 11 15:41:42 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 11 18:38:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3696f30c
7
8 dev-cpp/benchmark: explicitly inherit flag-o-matic
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 dev-cpp/benchmark/benchmark-1.5.6.ebuild | 4 ++--
13 dev-cpp/benchmark/benchmark-1.6.0.ebuild | 4 ++--
14 dev-cpp/benchmark/benchmark-1.6.1.ebuild | 2 +-
15 3 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/dev-cpp/benchmark/benchmark-1.5.6.ebuild b/dev-cpp/benchmark/benchmark-1.5.6.ebuild
18 index 447bfdaa52d6..3c1508d4ecd1 100644
19 --- a/dev-cpp/benchmark/benchmark-1.5.6.ebuild
20 +++ b/dev-cpp/benchmark/benchmark-1.5.6.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 -inherit cmake
29 +inherit cmake flag-o-matic
30
31 DESCRIPTION="A microbenchmark support library"
32 HOMEPAGE="https://github.com/google/benchmark"
33
34 diff --git a/dev-cpp/benchmark/benchmark-1.6.0.ebuild b/dev-cpp/benchmark/benchmark-1.6.0.ebuild
35 index 604dda9d01d5..79dd281a1d6d 100644
36 --- a/dev-cpp/benchmark/benchmark-1.6.0.ebuild
37 +++ b/dev-cpp/benchmark/benchmark-1.6.0.ebuild
38 @@ -1,9 +1,9 @@
39 -# Copyright 1999-2021 Gentoo Authors
40 +# Copyright 1999-2022 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=8
44
45 -inherit cmake
46 +inherit cmake flag-o-matic
47
48 DESCRIPTION="A microbenchmark support library"
49 HOMEPAGE="https://github.com/google/benchmark"
50
51 diff --git a/dev-cpp/benchmark/benchmark-1.6.1.ebuild b/dev-cpp/benchmark/benchmark-1.6.1.ebuild
52 index dd6c099e45f6..41c2180ad81c 100644
53 --- a/dev-cpp/benchmark/benchmark-1.6.1.ebuild
54 +++ b/dev-cpp/benchmark/benchmark-1.6.1.ebuild
55 @@ -3,7 +3,7 @@
56
57 EAPI=8
58
59 -inherit cmake
60 +inherit cmake flag-o-matic
61
62 DESCRIPTION="A microbenchmark support library"
63 HOMEPAGE="https://github.com/google/benchmark"