diff options
author | Hans de Graaff <graaff@gentoo.org> | 2020-04-27 11:18:56 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2020-04-28 06:39:56 +0200 |
commit | a4a42876241ddf5173056acaadd5f0d90c3089b5 (patch) | |
tree | 937f237afe7fdaa915ca00edd25558da7b8a8639 /app-text | |
parent | dev-ruby/hiera: cleanup (diff) | |
download | gentoo-a4a42876241ddf5173056acaadd5f0d90c3089b5.tar.gz gentoo-a4a42876241ddf5173056acaadd5f0d90c3089b5.tar.bz2 gentoo-a4a42876241ddf5173056acaadd5f0d90c3089b5.zip |
app-text/xmlformat: add ruby26
Package-Manager: Portage-2.3.89, Repoman-2.3.20
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 b91035f55bd4..044ee876c257 100644 --- a/app-text/xmlformat/xmlformat-1.04.ebuild +++ b/app-text/xmlformat/xmlformat-1.04.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby22 ruby23 ruby24 ruby25" +USE_RUBY="ruby24 ruby25 ruby26" inherit ruby-single |