diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-29 11:04:02 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-29 11:04:02 +0100 |
commit | 495d1513056ec71cad231a6b03dfc95f002ba528 (patch) | |
tree | 60ea1ffc3973d76c7082de083ce2c4f33a35d9f7 /dev-libs/criterion | |
parent | dev-libs/boxfort: Stabilize 0.1.1 amd64, #832293 (diff) | |
download | gentoo-495d1513056ec71cad231a6b03dfc95f002ba528.tar.gz gentoo-495d1513056ec71cad231a6b03dfc95f002ba528.tar.bz2 gentoo-495d1513056ec71cad231a6b03dfc95f002ba528.zip |
dev-libs/criterion: Stabilize 2.4_pre20211218 amd64, #832294
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-libs/criterion')
-rw-r--r-- | dev-libs/criterion/criterion-2.4_pre20211218.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/criterion/criterion-2.4_pre20211218.ebuild b/dev-libs/criterion/criterion-2.4_pre20211218.ebuild index 5140accac9bd..3125df752cce 100644 --- a/dev-libs/criterion/criterion-2.4_pre20211218.ebuild +++ b/dev-libs/criterion/criterion-2.4_pre20211218.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |