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>
This commit is contained in:
Rolf Eike Beer
2021-03-10 17:33:24 +01:00
committed by Sergei Trofimovich
parent ca81f414ad
commit 418444b4a3
2 changed files with 2 additions and 2 deletions

View File

@@ -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 )"

View File

@@ -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 )"