diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-09-23 09:20:25 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-09-23 09:20:25 +0200 |
commit | 3643429fd7e9d15722d7abe6f5f180de633fce91 (patch) | |
tree | 6eba033cad4799d43afe938d5184dd4ce9ff38f4 /app-dicts | |
parent | dev-ruby/facter: add ruby31 (diff) | |
download | gentoo-3643429fd7e9d15722d7abe6f5f180de633fce91.tar.gz gentoo-3643429fd7e9d15722d7abe6f5f180de633fce91.tar.bz2 gentoo-3643429fd7e9d15722d7abe6f5f180de633fce91.zip |
app-dicts/prime-dict: add fake ruby31 target
This avoids eclass errors about supported implemenations while we wait
for the removal of this masked package.
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/prime-dict/prime-dict-1.0.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-dicts/prime-dict/prime-dict-1.0.0-r3.ebuild b/app-dicts/prime-dict/prime-dict-1.0.0-r3.ebuild index 89e2c25dad52..863d0101413d 100644 --- a/app-dicts/prime-dict/prime-dict-1.0.0-r3.ebuild +++ b/app-dicts/prime-dict/prime-dict-1.0.0-r3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby25 ruby26 ruby27 ruby30" +USE_RUBY="ruby31" inherit ruby-ng |