diff options
author | taca <taca@pkgsrc.org> | 2015-11-23 15:46:58 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-11-23 15:46:58 +0000 |
commit | f4e1bc4ab87572af3ffebbeb18a162a06468e9cb (patch) | |
tree | 19f0ab78adb720aad58d2d004f27a837a5dbd911 /textproc/migemo | |
parent | c7e8fb7d128aa306a19f70aa1859c49b071ef3a5 (diff) | |
download | pkgsrc-f4e1bc4ab87572af3ffebbeb18a162a06468e9cb.tar.gz |
Remove 193 from RUBY_VERSION_SUPPORTED.
Diffstat (limited to 'textproc/migemo')
-rw-r--r-- | textproc/migemo/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/migemo/Makefile.common b/textproc/migemo/Makefile.common index b65360609f0..e5740aeaf03 100644 --- a/textproc/migemo/Makefile.common +++ b/textproc/migemo/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2015/06/11 17:36:33 taca Exp $ +# $NetBSD: Makefile.common,v 1.7 2015/11/23 15:46:59 taca Exp $ # # used by textproc/migemo/Makefile # used by textproc/migemo-elisp/Makefile @@ -12,4 +12,4 @@ MASTER_SITES= http://0xcc.net/migemo/ MAINTAINER= yamajun@ofug.net HOMEPAGE= http://0xcc.net/migemo/ -RUBY_VERSION_SUPPORTED= 200 193 21 22 +RUBY_VERSION_SUPPORTED= 200 21 22 |