diff options
author | Sam James <sam@gentoo.org> | 2021-03-15 06:35:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-15 06:36:02 +0000 |
commit | c4f8edf39150857189c192df7b629370830aac99 (patch) | |
tree | b817819a8dbf32906fabea408bfdaf63973f58e8 /dev-libs/criterion | |
parent | dev-libs/boxfort: Keyword 0.0.1_pre20200110 arm64, #729802 (diff) | |
download | gentoo-c4f8edf39150857189c192df7b629370830aac99.tar.gz gentoo-c4f8edf39150857189c192df7b629370830aac99.tar.bz2 gentoo-c4f8edf39150857189c192df7b629370830aac99.zip |
dev-libs/criterion: Keyword 2.4_pre20200110 arm64, #729802
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/criterion')
-rw-r--r-- | dev-libs/criterion/criterion-2.4_pre20200110.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/criterion/criterion-2.4_pre20200110.ebuild b/dev-libs/criterion/criterion-2.4_pre20200110.ebuild index 5613158c2bc2..a9b8966ef75a 100644 --- a/dev-libs/criterion/criterion-2.4_pre20200110.ebuild +++ b/dev-libs/criterion/criterion-2.4_pre20200110.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,7 +21,7 @@ SRC_URI="https://github.com/Snaipe/Criterion/archive/${CRITERION_COMMIT}.tar.gz LICENSE="BSD-2 MIT ZLIB" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="amd64 ~arm64" IUSE="test" RESTRICT="!test? ( test )" |