diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:04:47 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:25:51 +0100 |
commit | a6136b2fe2b3537ae3f727988f0c0b4a50693a40 (patch) | |
tree | b63919014335a7f24653c6b928142122de470353 /dev-libs/sord | |
parent | dev-libs/serd: Remove py2 where possible (diff) | |
download | gentoo-a6136b2fe2b3537ae3f727988f0c0b4a50693a40.tar.gz gentoo-a6136b2fe2b3537ae3f727988f0c0b4a50693a40.tar.bz2 gentoo-a6136b2fe2b3537ae3f727988f0c0b4a50693a40.zip |
dev-libs/sord: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/sord')
-rw-r--r-- | dev-libs/sord/sord-0.16.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/sord/sord-0.16.0-r1.ebuild b/dev-libs/sord/sord-0.16.0-r1.ebuild index 09d51dc13f1c..b66124773d89 100644 --- a/dev-libs/sord/sord-0.16.0-r1.ebuild +++ b/dev-libs/sord/sord-0.16.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 |