diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-09-25 14:47:15 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-09-25 15:55:04 -0700 |
commit | 941e74b69d4e6d5338e6dc4d942b6c1ca5ec830c (patch) | |
tree | efb4846eb39ce84c11d0228015a8e44633a314f7 /dev-cpp/benchmark | |
parent | www-apache/mod_xsendfile: port EAPI 4->6 (diff) | |
download | gentoo-941e74b69d4e6d5338e6dc4d942b6c1ca5ec830c.tar.gz gentoo-941e74b69d4e6d5338e6dc4d942b6c1ca5ec830c.tar.bz2 gentoo-941e74b69d4e6d5338e6dc4d942b6c1ca5ec830c.zip |
dev-cpp/benchmark: add ~ppc64 keyword
100% tests passed.
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-cpp/benchmark')
-rw-r--r-- | dev-cpp/benchmark/benchmark-1.5.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/benchmark/benchmark-1.5.2.ebuild b/dev-cpp/benchmark/benchmark-1.5.2.ebuild index c64fe45b19ae..ccdf771385b2 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 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |