CVSROOT: /cvs Module name: ports Changes by: [email protected] 2023/05/31 09:14:26
Modified files:
x11/qt5/qtwebkit: Makefile
Log message:
Restrict to building with Ruby 3.1
This does not currently build with Ruby 3.2 as it uses the Object#=~ method,
which was deprecated in Ruby 2.6 and removed in Ruby 3.2.
OK sthen@
