diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-25 20:39:36 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-25 20:39:36 +0100 |
commit | 5dc140239b868eb6682ca1fe43bf275a7d9b642e (patch) | |
tree | 7818d2bc2188a11a3c5b9731759ebc6fe0f4f17e /dev-python/crashtest | |
parent | dev-python/clikit: destabilize 0.6.2 for ~x86 (diff) | |
download | gentoo-5dc140239b868eb6682ca1fe43bf275a7d9b642e.tar.gz gentoo-5dc140239b868eb6682ca1fe43bf275a7d9b642e.tar.bz2 gentoo-5dc140239b868eb6682ca1fe43bf275a7d9b642e.zip |
dev-python/crashtest: destabilize 0.3.1 for ~x86
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-python/crashtest')
-rw-r--r-- | dev-python/crashtest/crashtest-0.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/crashtest/crashtest-0.3.1.ebuild b/dev-python/crashtest/crashtest-0.3.1.ebuild index 8c32ead4a383..865d0fd5a700 100644 --- a/dev-python/crashtest/crashtest-0.3.1.ebuild +++ b/dev-python/crashtest/crashtest-0.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,6 +13,6 @@ SRC_URI="https://github.com/sdispater/crashtest/archive/${PV}.tar.gz -> ${P}.tar LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" distutils_enable_tests pytest |