commit: 73134e015156d8b23b1d123d3366277a0d664e59 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Sun Jun 7 02:13:32 2020 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Sun Jun 7 02:19:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73134e01
dev-util/cpputest: add ~arm64 keyword Bug: https://bugs.gentoo.org/727320 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> dev-util/cpputest/cpputest-3.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cpputest/cpputest-3.8.ebuild b/dev-util/cpputest/cpputest-3.8.ebuild index 283965f3bec..bf75b32915a 100644 --- a/dev-util/cpputest/cpputest-3.8.ebuild +++ b/dev-util/cpputest/cpputest-3.8.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ppc64 x86" IUSE="test" RESTRICT="!test? ( test )"
