diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-10 10:03:54 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-10 10:03:54 +0100 |
commit | fde678fae550b5e29ccaf1241327c7785ea74eb8 (patch) | |
tree | a4cb1240408cd6dd7322e15c3e00fe583301dd16 /dev-python/antlr4-python3-runtime | |
parent | sci-physics/lammps: Keyword 20220217 x86, #834867 (diff) | |
download | gentoo-fde678fae550b5e29ccaf1241327c7785ea74eb8.tar.gz gentoo-fde678fae550b5e29ccaf1241327c7785ea74eb8.tar.bz2 gentoo-fde678fae550b5e29ccaf1241327c7785ea74eb8.zip |
dev-python/antlr4-python3-runtime: Keyword 4.9.3 x86, #834869
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-python/antlr4-python3-runtime')
-rw-r--r-- | dev-python/antlr4-python3-runtime/antlr4-python3-runtime-4.9.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/antlr4-python3-runtime/antlr4-python3-runtime-4.9.3.ebuild b/dev-python/antlr4-python3-runtime/antlr4-python3-runtime-4.9.3.ebuild index 3456102b1cd5..36924c849be3 100644 --- a/dev-python/antlr4-python3-runtime/antlr4-python3-runtime-4.9.3.ebuild +++ b/dev-python/antlr4-python3-runtime/antlr4-python3-runtime-4.9.3.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/antlr4-${PV}/runtime/Python3" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" python_test() { "${EPYTHON}" tests/run.py -v || die "Tests failed with ${EPYTHON}" |