diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-06-19 09:32:03 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-06-19 09:32:03 +0200 |
commit | 59e94a38aceeb8a0323eda203b92bc96886aa94c (patch) | |
tree | 7d08b1c1e7f41fb50226861d1f160852487cdfb6 /games-misc | |
parent | dev-ruby/serverengine: add missing test dep (diff) | |
download | gentoo-59e94a38aceeb8a0323eda203b92bc96886aa94c.tar.gz gentoo-59e94a38aceeb8a0323eda203b92bc96886aa94c.tar.bz2 gentoo-59e94a38aceeb8a0323eda203b92bc96886aa94c.zip |
games-misc/lolcat: enable ruby30, ruby31 and disable ruby24, ruby25
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/lolcat/lolcat-100.0.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-misc/lolcat/lolcat-100.0.1-r1.ebuild b/games-misc/lolcat/lolcat-100.0.1-r1.ebuild index cd9ab9f497c6..c6d1d0dba2b6 100644 --- a/games-misc/lolcat/lolcat-100.0.1-r1.ebuild +++ b/games-misc/lolcat/lolcat-100.0.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" +USE_RUBY="ruby26 ruby27 ruby30 ruby31" RUBY_FAKEGEM_TASK_TEST="" RUBY_FAKEGEM_EXTRADOC="README.md" |