diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-07-06 09:04:07 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-07-06 09:49:08 +0200 |
commit | adf84c7065345abd2c5bce4c17faba70dfcbe7e6 (patch) | |
tree | c6ff77771cec814b0b529df748659ca4da40c697 /dev-ruby/certificate_authority | |
parent | dev-ruby/certificate_authority: cleanup (diff) | |
download | gentoo-adf84c7065345abd2c5bce4c17faba70dfcbe7e6.tar.gz gentoo-adf84c7065345abd2c5bce4c17faba70dfcbe7e6.tar.bz2 gentoo-adf84c7065345abd2c5bce4c17faba70dfcbe7e6.zip |
dev-ruby/certificate_authority: 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/certificate_authority')
-rw-r--r-- | dev-ruby/certificate_authority/certificate_authority-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/certificate_authority/certificate_authority-1.0.0.ebuild b/dev-ruby/certificate_authority/certificate_authority-1.0.0.ebuild index 5c5666c7a163..429d6079b68c 100644 --- a/dev-ruby/certificate_authority/certificate_authority-1.0.0.ebuild +++ b/dev-ruby/certificate_authority/certificate_authority-1.0.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" |