commit: 418444b4a3742bdd5844930dc7b41f04669e10ea
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Wed Mar 10 16:33:24 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Mar 10 17:29:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=418444b4
dev-cpp/benchmark: mark current versions -hppa
Compilation fails with:
#error You need to define CycleTimer for your OS and CPU
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-cpp/benchmark/benchmark-1.5.1.ebuild | 2 +-
dev-cpp/benchmark/benchmark-1.5.2.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-cpp/benchmark/benchmark-1.5.1.ebuild
b/dev-cpp/benchmark/benchmark-1.5.1.ebuild
index c64fe45b19a..e41b960193a 100644
--- a/dev-cpp/benchmark/benchmark-1.5.1.ebuild
+++ b/dev-cpp/benchmark/benchmark-1.5.1.ebuild
@@ -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 ~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 840648c7edc..afb50c6ad8b 100644
--- a/dev-cpp/benchmark/benchmark-1.5.2.ebuild
+++ b/dev-cpp/benchmark/benchmark-1.5.2.ebuild
@@ -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 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 -hppa ~ppc64 ~x86"
IUSE="debug test"
RESTRICT="!test? ( test )"