diff options
author | Akinori Hattori <hattya@gentoo.org> | 2022-09-11 10:48:21 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2022-09-11 10:48:21 +0900 |
commit | bcf664aac6d22ca22174bb3d5b528363b7fc0231 (patch) | |
tree | eb1b2315d2724d30bb12f5c4426fbe48b257eed7 | |
parent | app-text/hyperestraier: fix build with Java 11+ (diff) | |
download | gentoo-bcf664aac6d22ca22174bb3d5b528363b7fc0231.tar.gz gentoo-bcf664aac6d22ca22174bb3d5b528363b7fc0231.tar.bz2 gentoo-bcf664aac6d22ca22174bb3d5b528363b7fc0231.zip |
app-text/hyperestraier: update USE_RUBY
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
-rw-r--r-- | app-text/hyperestraier/hyperestraier-1.4.13-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/hyperestraier/hyperestraier-1.4.13-r2.ebuild b/app-text/hyperestraier/hyperestraier-1.4.13-r2.ebuild index 94667fffd8b0..66b5df678a29 100644 --- a/app-text/hyperestraier/hyperestraier-1.4.13-r2.ebuild +++ b/app-text/hyperestraier/hyperestraier-1.4.13-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -USE_RUBY="ruby25 ruby26 ruby27 ruby30" +USE_RUBY="ruby27 ruby30 ruby31" RUBY_OPTIONAL="yes" inherit autotools java-pkg-opt-2 perl-functions ruby-ng |