diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-07-07 20:18:25 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-07-07 21:15:14 +0200 |
commit | e22878f1b47ceae6c0b0b5f3f0fbea97d8139662 (patch) | |
tree | 1ac3d9ac2287ace1c85d91272d9b521834e4952f /app-text/hyperestraier | |
parent | dev-db/qdbm: add ruby27, ruby30 (diff) | |
download | gentoo-e22878f1b47ceae6c0b0b5f3f0fbea97d8139662.tar.gz gentoo-e22878f1b47ceae6c0b0b5f3f0fbea97d8139662.tar.bz2 gentoo-e22878f1b47ceae6c0b0b5f3f0fbea97d8139662.zip |
app-text/hyperestraier: add ruby27, ruby30
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'app-text/hyperestraier')
-rw-r--r-- | app-text/hyperestraier/hyperestraier-1.4.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/hyperestraier/hyperestraier-1.4.13.ebuild b/app-text/hyperestraier/hyperestraier-1.4.13.ebuild index dbacdc014acc..f759094eb85b 100644 --- a/app-text/hyperestraier/hyperestraier-1.4.13.ebuild +++ b/app-text/hyperestraier/hyperestraier-1.4.13.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -USE_RUBY="ruby24 ruby25 ruby26" +USE_RUBY="ruby25 ruby26 ruby27 ruby30" RUBY_OPTIONAL="yes" inherit autotools java-pkg-opt-2 perl-functions ruby-ng |