diff options
author | 2019-11-05 08:05:58 +0000 | |
---|---|---|
committer | 2019-11-05 08:05:58 +0000 | |
commit | 1bff0a55b6720b763d9ec40eed966454fc2c1639 (patch) | |
tree | ff74ffc6e86104e1060171d6cffd3cb3e55a8deb /share/man/man5/ruby-module.5 | |
parent | remove some sparc references; from joe davis (diff) | |
download | wireguard-openbsd-1bff0a55b6720b763d9ec40eed966454fc2c1639.tar.xz wireguard-openbsd-1bff0a55b6720b763d9ec40eed966454fc2c1639.zip |
Remove mention of ruby24 FLAVOR
Diffstat (limited to 'share/man/man5/ruby-module.5')
-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 0900a57e3a9..c8e4ca9e3e5 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.26 2019/04/29 00:44:53 jeremy Exp $ +.\" $OpenBSD: ruby-module.5,v 1.27 2019/11/05 08:05:58 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: April 29 2019 $ +.Dd $Mdocdate: November 5 2019 $ .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 ruby24, ruby25, ruby26, and jruby += * and adds ruby25, ruby26, 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 ruby24, ruby25, and ruby26 +It also adds ruby25 and ruby26 .Ev FLAVOR Ns s to the port. If the C extension in the gem requires specific arguments to extconf.rb, set those |