diff options
author | 2024-11-01 10:51:28 +0100 | |
---|---|---|
committer | 2024-11-01 10:59:45 +0100 | |
commit | 68807854ab1fcb57fe80f8894d76fb1329c789df (patch) | |
tree | 42b087cb33a30e7f51f94069ccc46fb43513489b /app-text | |
parent | app-vim/command-t: enable ruby33 (diff) | |
download | gentoo-68807854ab1fcb57fe80f8894d76fb1329c789df.tar.gz gentoo-68807854ab1fcb57fe80f8894d76fb1329c789df.tar.bz2 gentoo-68807854ab1fcb57fe80f8894d76fb1329c789df.zip |
app-text/xmlformat: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'app-text')
-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 6abdd5883fc8..0bbd367c3bcf 100644 --- a/app-text/xmlformat/xmlformat-1.04.ebuild +++ b/app-text/xmlformat/xmlformat-1.04.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby27 ruby30 ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" inherit edo ruby-single DESCRIPTION="Reformat XML documents to your custom style" |