[dev-libs/Ice] move to pypy3. untested.

This commit is contained in:
Robert Förster 2019-12-30 15:39:49 +01:00
parent 47ba9fb9bc
commit 94f23baf63
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy )
PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 )
RUBY_OPTIONAL="yes"
USE_RUBY="ruby25"

View File

@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} pypy )
PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} pypy3 )
RUBY_OPTIONAL="yes"
USE_RUBY="ruby26"