diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-07-06 11:52:48 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-07-06 12:26:08 +0200 |
commit | 5596374677d115d22febc21f9703eba1aa05b802 (patch) | |
tree | a75d0fb6c1596bd11bf8d9fd198c39e30cf94349 /dev-ruby/pastel | |
parent | dev-ruby/tty-command: cleanup (diff) | |
download | gentoo-5596374677d115d22febc21f9703eba1aa05b802.tar.gz gentoo-5596374677d115d22febc21f9703eba1aa05b802.tar.bz2 gentoo-5596374677d115d22febc21f9703eba1aa05b802.zip |
dev-ruby/pastel: add ruby30
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/pastel')
-rw-r--r-- | dev-ruby/pastel/pastel-0.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/pastel/pastel-0.8.0.ebuild b/dev-ruby/pastel/pastel-0.8.0.ebuild index 98bebd6f62cf..9418a00698eb 100644 --- a/dev-ruby/pastel/pastel-0.8.0.ebuild +++ b/dev-ruby/pastel/pastel-0.8.0.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="ruby25 ruby26 ruby27" +USE_RUBY="ruby25 ruby26 ruby27 ruby30" RUBY_FAKEGEM_RECIPE_TEST="rspec3" |