diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-12-07 18:47:04 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-12-07 18:57:14 +0100 |
commit | ee4b673bf88a41184221126718b9a58e60110b76 (patch) | |
tree | 976856e69f2c5ef0a684379aee57cf54a8261b0a | |
parent | dev-ruby/actionpack-xml_parser: enable ruby31 (diff) | |
download | gentoo-ee4b673bf88a41184221126718b9a58e60110b76.tar.gz gentoo-ee4b673bf88a41184221126718b9a58e60110b76.tar.bz2 gentoo-ee4b673bf88a41184221126718b9a58e60110b76.zip |
app-text/xmlformat: enable ruby30 and disable ruby25, ruby26
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-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 a286b8eb8561..7dd8954575e8 100644 --- a/app-text/xmlformat/xmlformat-1.04.ebuild +++ b/app-text/xmlformat/xmlformat-1.04.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby25 ruby26 ruby27" +USE_RUBY="ruby27 ruby30" inherit ruby-single DESCRIPTION="Reformat XML documents to your custom style" |