diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2021-03-10 17:33:24 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-03-10 17:29:42 +0000 |
commit | 418444b4a3742bdd5844930dc7b41f04669e10ea (patch) | |
tree | 73a345e03a0c79642625e9fb04924cc1cf550094 /dev-cpp/benchmark | |
parent | net-analyzer/tcpdump: stable 4.99.0 for sparc, bug #767916 (diff) | |
download | gentoo-418444b4a3742bdd5844930dc7b41f04669e10ea.tar.gz gentoo-418444b4a3742bdd5844930dc7b41f04669e10ea.tar.bz2 gentoo-418444b4a3742bdd5844930dc7b41f04669e10ea.zip |
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@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-cpp/benchmark')
-rw-r--r-- | dev-cpp/benchmark/benchmark-1.5.1.ebuild | 2 | ||||
-rw-r--r-- | 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 c64fe45b19ae..e41b960193ab 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 840648c7edc2..afb50c6ad8b3 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 )" |