diff options
author | David Seifert <soap@gentoo.org> | 2022-01-30 11:16:14 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-30 11:16:14 +0100 |
commit | 7a55b8993e05e8701b1913ef5040318f7533b081 (patch) | |
tree | 11b2641c6da5e15116cbdc887d153efb522dbcb5 /dev-util/rizin | |
parent | dev-python/pyClamd: Python 3.10 support, config path fix. (diff) | |
download | gentoo-7a55b8993e05e8701b1913ef5040318f7533b081.tar.gz gentoo-7a55b8993e05e8701b1913ef5040318f7533b081.tar.bz2 gentoo-7a55b8993e05e8701b1913ef5040318f7533b081.zip |
*/*: consistent PYTHON_COMPAT style
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-util/rizin')
-rw-r--r-- | dev-util/rizin/rizin-0.3.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/rizin/rizin-0.3.4.ebuild b/dev-util/rizin/rizin-0.3.4.ebuild index b4bfee6c1042..4c4e3500887e 100644 --- a/dev-util/rizin/rizin-0.3.4.ebuild +++ b/dev-util/rizin/rizin-0.3.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=(python3_{8,9,10}) +PYTHON_COMPAT=( python3_{8..10} ) # This is the commit that the CI for the release commit used BINS_COMMIT="aa6a88dcdfaad54335e3935c16ce21a124ff861d" |