diff options
author | Akinori Hattori <hattya@gentoo.org> | 2022-11-16 21:47:51 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2022-11-16 21:51:32 +0900 |
commit | 0a109e9f63969c6e58bc8107d15bacb4126c7892 (patch) | |
tree | 5111b7a3e73270b1a36a516f7628655929b60d1f /dev-libs/libutf8proc | |
parent | dev-libs/libutf8proc: tidy (diff) | |
download | gentoo-0a109e9f63969c6e58bc8107d15bacb4126c7892.tar.gz gentoo-0a109e9f63969c6e58bc8107d15bacb4126c7892.tar.bz2 gentoo-0a109e9f63969c6e58bc8107d15bacb4126c7892.zip |
dev-libs/libutf8proc: update USE_RUBY
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'dev-libs/libutf8proc')
-rw-r--r-- | dev-libs/libutf8proc/libutf8proc-2.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libutf8proc/libutf8proc-2.7.0.ebuild b/dev-libs/libutf8proc/libutf8proc-2.7.0.ebuild index 9341fa9d0187..480d46539ce0 100644 --- a/dev-libs/libutf8proc/libutf8proc-2.7.0.ebuild +++ b/dev-libs/libutf8proc/libutf8proc-2.7.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="8" -USE_RUBY="ruby25 ruby26 ruby27" +USE_RUBY="ruby27 ruby30 ruby31" inherit ruby-single toolchain-funcs |