diff options
author | Sam James <sam@gentoo.org> | 2020-12-31 01:45:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-31 01:45:08 +0000 |
commit | 1ff28f54f6614e0edeb89abb174445f0af096e40 (patch) | |
tree | 6dcdb3ffeacd61a77e0b83ece42079c263b49aca /dev-cpp | |
parent | app-i18n/opencc: Keyword 1.1.1 arm64, #760803 (diff) | |
download | gentoo-1ff28f54f6614e0edeb89abb174445f0af096e40.tar.gz gentoo-1ff28f54f6614e0edeb89abb174445f0af096e40.tar.bz2 gentoo-1ff28f54f6614e0edeb89abb174445f0af096e40.zip |
dev-cpp/benchmark: Keyword 1.5.2 arm64, #760803
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-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 ccdf771385b2..396642b38c38 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 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |