diff options
author | Jeremy Evans <jeremy@cvs.openbsd.org> | 2023-01-22 20:57:22 +0000 |
---|---|---|
committer | Jeremy Evans <jeremy@cvs.openbsd.org> | 2023-01-22 20:57:22 +0000 |
commit | 1cacd5bf8159cefeace97012cd3084c4e9308aa9 (patch) | |
tree | 3a25026c7285fa5e3d4a66ec66536749c5f68124 /share/man | |
parent | fd0812045a95559bc6abe9499f0bfcee90d3afbf (diff) |
Update documentation for removal of ruby27 FLAVOR
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/ruby-module.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/ruby-module.5 b/share/man/man5/ruby-module.5 index 77dcbb20652..efa0b7425dd 100644 --- a/share/man/man5/ruby-module.5 +++ b/share/man/man5/ruby-module.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ruby-module.5,v 1.37 2022/12/26 03:09:04 jeremy Exp $ +.\" $OpenBSD: ruby-module.5,v 1.38 2023/01/22 20:57:21 jeremy Exp $ .\" .\" Copyright (c) 2008 Marc Espie, Jeremy Evans .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 26 2022 $ +.Dd $Mdocdate: January 22 2023 $ .Dt RUBY-MODULE 5 .Os .Sh NAME @@ -152,7 +152,7 @@ The "ruby gem" should be used for pure ruby gems without C extensions. This adds .Ev PKG_ARCH -= * and adds ruby27, ruby30, ruby31, ruby32, and jruby += * and adds ruby30, ruby31, ruby32, and jruby .Ev FLAVOR Ns s to the port, so the same port can build packages for multiple versions of ruby. .It @@ -168,7 +168,7 @@ the appropriate libraries and .Ev MODRUBY_WANTLIB to .Ev WANTLIB . -It also adds ruby27, ruby30, ruby31, and ruby32 +It also adds ruby30, ruby31, and ruby32 .Ev FLAVOR Ns s to the port. If the C extension in the gem requires specific arguments to extconf.rb, set those |