commit: f1cf0280d354f0fad01102adbebdc1750b096e14 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org> AuthorDate: Mon Mar 9 17:51:15 2020 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon Mar 9 19:26:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1cf0280
app-i18n/tomoe: Drop support for Ruby 2.4. Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org> Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> app-i18n/tomoe/tomoe-0.6.0-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/tomoe/tomoe-0.6.0-r5.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r5.ebuild index b988c4806ff..9f94b8adc0c 100644 --- a/app-i18n/tomoe/tomoe-0.6.0-r5.ebuild +++ b/app-i18n/tomoe/tomoe-0.6.0-r5.ebuild @@ -3,7 +3,7 @@ EAPI="6" PYTHON_COMPAT=( python2_7 ) -USE_RUBY="ruby24 ruby25 ruby26 ruby27" +USE_RUBY="ruby25 ruby26 ruby27" inherit autotools python-single-r1 ruby-utils
