diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-05-05 09:32:49 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-05-05 09:36:41 +0300 |
commit | 8784c8810f694f958b97295755d3af479a9f0448 (patch) | |
tree | aa5c2fc9281ce6c310568663c84f932c9b71dcbd /dev-cpp/benchmark | |
parent | dev-cpp/benchmark: Version bump to 1.5.3 (diff) | |
download | gentoo-8784c8810f694f958b97295755d3af479a9f0448.tar.gz gentoo-8784c8810f694f958b97295755d3af479a9f0448.tar.bz2 gentoo-8784c8810f694f958b97295755d3af479a9f0448.zip |
dev-cpp/benchmark: restore ~hppa to ebuilds, profile masks to follow
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-cpp/benchmark')
-rw-r--r-- | dev-cpp/benchmark/benchmark-1.5.1.ebuild | 4 | ||||
-rw-r--r-- | dev-cpp/benchmark/benchmark-1.5.2.ebuild | 4 | ||||
-rw-r--r-- | dev-cpp/benchmark/benchmark-1.5.3.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-cpp/benchmark/benchmark-1.5.1.ebuild b/dev-cpp/benchmark/benchmark-1.5.1.ebuild index e41b960193ab..9bd77a6ce511 100644 --- a/dev-cpp/benchmark/benchmark-1.5.1.ebuild +++ b/dev-cpp/benchmark/benchmark-1.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 -hppa ~x86" +KEYWORDS="~amd64 ~hppa ~x86" IUSE="test" RESTRICT="!test? ( test )" diff --git a/dev-cpp/benchmark/benchmark-1.5.2.ebuild b/dev-cpp/benchmark/benchmark-1.5.2.ebuild index afb50c6ad8b3..ce8b8f24aa8a 100644 --- a/dev-cpp/benchmark/benchmark-1.5.2.ebuild +++ b/dev-cpp/benchmark/benchmark-1.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 -hppa ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~hppa ~ppc64 ~x86" IUSE="debug test" RESTRICT="!test? ( test )" diff --git a/dev-cpp/benchmark/benchmark-1.5.3.ebuild b/dev-cpp/benchmark/benchmark-1.5.3.ebuild index 31ebd325a360..1463b00dc41b 100644 --- a/dev-cpp/benchmark/benchmark-1.5.3.ebuild +++ b/dev-cpp/benchmark/benchmark-1.5.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 -hppa ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~hppa ~ppc64 ~x86" IUSE="debug test" RESTRICT="!test? ( test )" |