diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2021-05-02 20:28:32 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2021-05-02 20:28:32 -0400 |
commit | 3a1673e6cf53b6c08203096345a6723c73f19e5b (patch) | |
tree | 9da8d297db316d64d9d300ee711ccce79fdce3db /net-mail | |
parent | sci-libs/fplll: Add upstreamed patch for gcc11 (diff) | |
download | gentoo-3a1673e6cf53b6c08203096345a6723c73f19e5b.tar.gz gentoo-3a1673e6cf53b6c08203096345a6723c73f19e5b.tar.bz2 gentoo-3a1673e6cf53b6c08203096345a6723c73f19e5b.zip |
net-mail/mailshears: new revision with ruby26 support.
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mailshears/mailshears-0.0.4-r1.ebuild (renamed from net-mail/mailshears/mailshears-0.0.4.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/mailshears/mailshears-0.0.4.ebuild b/net-mail/mailshears/mailshears-0.0.4-r1.ebuild index 7132ffd3fffb..9c6e50724d69 100644 --- a/net-mail/mailshears/mailshears-0.0.4.ebuild +++ b/net-mail/mailshears/mailshears-0.0.4-r1.ebuild @@ -1,9 +1,9 @@ -# 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="ruby24 ruby25" +USE_RUBY="ruby24 ruby25 ruby26" # The tests are dangerous and shouldn't be run by anyone! # They mess with your local postgres databases. |