[dev-libs/Ice] revert python

This commit is contained in:
Robert Förster 2021-06-16 21:54:49 +02:00
parent 6c469a0388
commit 2a25670cf1
3 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8,9} )
RUBY_OPTIONAL="yes"
USE_RUBY="ruby27"

View File

@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8,9} )
RUBY_OPTIONAL="yes"
USE_RUBY="ruby27"

View File

@ -3,7 +3,8 @@
EAPI=7
PYTHON_COMPAT=( python3_{8..10} )
# no py3k10 support yet
PYTHON_COMPAT=( python3_{8,9} )
RUBY_OPTIONAL="yes"
USE_RUBY="ruby27"