From: Pacho Ramos Date: Wed, 27 Jun 2018 19:39:22 +0000 (+0200) Subject: dev-libs/Ice: Support python3.6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2c766534cdbb57f8cf73f5b220e32e47f875e609;p=gentoo.git dev-libs/Ice: Support python3.6 Package-Manager: Portage-2.3.41, Repoman-2.3.9 --- diff --git a/dev-libs/Ice/Ice-3.6.3-r1.ebuild b/dev-libs/Ice/Ice-3.6.3-r1.ebuild index 4955f0858ef8..33984c1d8119 100644 --- a/dev-libs/Ice/Ice-3.6.3-r1.ebuild +++ b/dev-libs/Ice/Ice-3.6.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) RUBY_OPTIONAL="yes" USE_RUBY="ruby23"