Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/benchmark/
Date: Wed, 05 May 2021 06:42:26
Message-Id: 1620196601.8784c8810f694f958b97295755d3af479a9f0448.juippis@gentoo
1 commit: 8784c8810f694f958b97295755d3af479a9f0448
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 5 06:32:49 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed May 5 06:36:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8784c881
7
8 dev-cpp/benchmark: restore ~hppa to ebuilds, profile masks to follow
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 dev-cpp/benchmark/benchmark-1.5.1.ebuild | 4 ++--
13 dev-cpp/benchmark/benchmark-1.5.2.ebuild | 4 ++--
14 dev-cpp/benchmark/benchmark-1.5.3.ebuild | 4 ++--
15 3 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-cpp/benchmark/benchmark-1.5.1.ebuild b/dev-cpp/benchmark/benchmark-1.5.1.ebuild
18 index e41b960193a..9bd77a6ce51 100644
19 --- a/dev-cpp/benchmark/benchmark-1.5.1.ebuild
20 +++ b/dev-cpp/benchmark/benchmark-1.5.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
28
29 LICENSE="Apache-2.0"
30 SLOT="0"
31 -KEYWORDS="~amd64 -hppa ~x86"
32 +KEYWORDS="~amd64 ~hppa ~x86"
33 IUSE="test"
34 RESTRICT="!test? ( test )"
35
36
37 diff --git a/dev-cpp/benchmark/benchmark-1.5.2.ebuild b/dev-cpp/benchmark/benchmark-1.5.2.ebuild
38 index afb50c6ad8b..ce8b8f24aa8 100644
39 --- a/dev-cpp/benchmark/benchmark-1.5.2.ebuild
40 +++ b/dev-cpp/benchmark/benchmark-1.5.2.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2020 Gentoo Authors
43 +# Copyright 1999-2021 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=7
47 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
48
49 LICENSE="Apache-2.0"
50 SLOT="0"
51 -KEYWORDS="~amd64 ~arm64 -hppa ~ppc64 ~x86"
52 +KEYWORDS="~amd64 ~arm64 ~hppa ~ppc64 ~x86"
53 IUSE="debug test"
54 RESTRICT="!test? ( test )"
55
56
57 diff --git a/dev-cpp/benchmark/benchmark-1.5.3.ebuild b/dev-cpp/benchmark/benchmark-1.5.3.ebuild
58 index 31ebd325a36..1463b00dc41 100644
59 --- a/dev-cpp/benchmark/benchmark-1.5.3.ebuild
60 +++ b/dev-cpp/benchmark/benchmark-1.5.3.ebuild
61 @@ -1,4 +1,4 @@
62 -# Copyright 1999-2020 Gentoo Authors
63 +# Copyright 1999-2021 Gentoo Authors
64 # Distributed under the terms of the GNU General Public License v2
65
66 EAPI=7
67 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
68
69 LICENSE="Apache-2.0"
70 SLOT="0"
71 -KEYWORDS="~amd64 ~arm64 -hppa ~ppc64 ~x86"
72 +KEYWORDS="~amd64 ~arm64 ~hppa ~ppc64 ~x86"
73 IUSE="debug test"
74 RESTRICT="!test? ( test )"