diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-03-22 07:35:16 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-03-22 07:50:18 +0100 |
commit | a9d7d4b110cbdfb3a63a24caea97ef4644336da0 (patch) | |
tree | 332c0508815c62d3f2063e0cc79756850295b0ab /app-text/xmlformat | |
parent | dev-ruby/actionpack-xml_parser: add ruby24 (diff) | |
download | gentoo-a9d7d4b110cbdfb3a63a24caea97ef4644336da0.tar.gz gentoo-a9d7d4b110cbdfb3a63a24caea97ef4644336da0.tar.bz2 gentoo-a9d7d4b110cbdfb3a63a24caea97ef4644336da0.zip |
app-text/xmlformat: add ruby24, ruby25
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-text/xmlformat')
-rw-r--r-- | app-text/xmlformat/xmlformat-1.04.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/xmlformat/xmlformat-1.04.ebuild b/app-text/xmlformat/xmlformat-1.04.ebuild index e774cbcd0e1c..b91035f55bd4 100644 --- a/app-text/xmlformat/xmlformat-1.04.ebuild +++ b/app-text/xmlformat/xmlformat-1.04.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22 ruby23" +USE_RUBY="ruby22 ruby23 ruby24 ruby25" inherit ruby-single |