diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 21:44:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 22:00:00 +0100 |
commit | 138d55a97ff46c2916d741fbd77e8119c9fb8fdf (patch) | |
tree | e68483bff80ebe914a93ce2c7a0693bb7909fe82 /dev-libs/Ice | |
parent | app-portage/pqlop: Remove py2 (diff) | |
download | gentoo-138d55a97ff46c2916d741fbd77e8119c9fb8fdf.tar.gz gentoo-138d55a97ff46c2916d741fbd77e8119c9fb8fdf.tar.bz2 gentoo-138d55a97ff46c2916d741fbd77e8119c9fb8fdf.zip |
dev-libs/Ice: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/Ice')
-rw-r--r-- | dev-libs/Ice/Ice-3.6.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/Ice/Ice-3.6.4.ebuild b/dev-libs/Ice/Ice-3.6.4.ebuild index 82e2bed1fb1d..e89fe01a3f02 100644 --- a/dev-libs/Ice/Ice-3.6.4.ebuild +++ b/dev-libs/Ice/Ice-3.6.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) RUBY_OPTIONAL="yes" USE_RUBY="ruby24" |