From: Michał Górny Date: Mon, 23 Jul 2018 09:00:50 +0000 (+0200) Subject: dev-ruby/rbst: Support py3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bcbe2bbf22f1c0f7e3c86a68b4dd773abfd31ad6;p=gentoo.git dev-ruby/rbst: Support py3.7 --- diff --git a/dev-ruby/rbst/rbst-0.5.1.ebuild b/dev-ruby/rbst/rbst-0.5.1.ebuild index 351600709f78..845a17891ac9 100644 --- a/dev-ruby/rbst/rbst-0.5.1.ebuild +++ b/dev-ruby/rbst/rbst-0.5.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) USE_RUBY="ruby22 ruby23 ruby24" RUBY_FAKEGEM_NAME="RbST"