diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:05:23 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:26:12 +0100 |
commit | dd2ccb9ed5f998d1c9f9e312176abfe781f919f4 (patch) | |
tree | ea7eea0b18273b5c29204148109b890b857a26f9 /media-libs/sratom | |
parent | media-libs/shaderc: Remove py2 where possible (diff) | |
download | gentoo-dd2ccb9ed5f998d1c9f9e312176abfe781f919f4.tar.gz gentoo-dd2ccb9ed5f998d1c9f9e312176abfe781f919f4.tar.bz2 gentoo-dd2ccb9ed5f998d1c9f9e312176abfe781f919f4.zip |
media-libs/sratom: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-libs/sratom')
-rw-r--r-- | media-libs/sratom/sratom-0.6.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/sratom/sratom-0.6.0-r1.ebuild b/media-libs/sratom/sratom-0.6.0-r1.ebuild index 4160b0476a5b..d9a4052de6c5 100644 --- a/media-libs/sratom/sratom-0.6.0-r1.ebuild +++ b/media-libs/sratom/sratom-0.6.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE='threads(+)' inherit python-any-r1 waf-utils multilib-build multilib-minimal |