diff options
author | 2021-02-16 12:26:30 +0000 | |
---|---|---|
committer | 2021-02-16 12:26:30 +0000 | |
commit | 8df64ea7644115669b5256ef5366849b6d2c5cad (patch) | |
tree | fd61a5ecda1b2fe94fd0ed5def39e0d33e71d029 /dev-python | |
parent | app-text/sigil: Stabilize 1.4.3 x86, #770040 (diff) | |
download | gentoo-8df64ea7644115669b5256ef5366849b6d2c5cad.tar.gz gentoo-8df64ea7644115669b5256ef5366849b6d2c5cad.tar.bz2 gentoo-8df64ea7644115669b5256ef5366849b6d2c5cad.zip |
dev-python/crashtest: Stabilize 0.3.1 x86, #770742
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/crashtest/crashtest-0.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/crashtest/crashtest-0.3.1.ebuild b/dev-python/crashtest/crashtest-0.3.1.ebuild index c671836813f0..bbe908e96438 100644 --- a/dev-python/crashtest/crashtest-0.3.1.ebuild +++ b/dev-python/crashtest/crashtest-0.3.1.ebuild @@ -13,6 +13,6 @@ SRC_URI="https://github.com/sdispater/crashtest/archive/${PV}.tar.gz -> ${P}.tar LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" distutils_enable_tests pytest |