Skip to content

Commit

Permalink
kde-apps/kross-interpreters: support for new ruby
Browse files Browse the repository at this point in the history
ruby26 and ruby27 are added to USE_RUBY, so, it can be
linked against newer ruby versions since now.
As far as I tested, it works flawlessly (at least, in my cases)

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Vadim Misbakh-Soloviov <[email protected]>
  • Loading branch information
msva committed Feb 18, 2020
1 parent 1390455 commit 4b63647
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=7

PYTHON_COMPAT=( python2_7 )
USE_RUBY="ruby25"
USE_RUBY="ruby25 ruby26 ruby27"
KFMIN=5.63.0
QTMIN=5.12.3
inherit ecm kde.org python-single-r1 ruby-single
Expand Down

0 comments on commit 4b63647

Please sign in to comment.