Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mailshears/
Date: Mon, 03 May 2021 00:33:19
Message-Id: 1620001712.3a1673e6cf53b6c08203096345a6723c73f19e5b.mjo@gentoo
1 commit: 3a1673e6cf53b6c08203096345a6723c73f19e5b
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 3 00:28:32 2021 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Mon May 3 00:28:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1673e6
7
8 net-mail/mailshears: new revision with ruby26 support.
9
10 Package-Manager: Portage-3.0.17, Repoman-3.0.2
11 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
12
13 .../{mailshears-0.0.4.ebuild => mailshears-0.0.4-r1.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-mail/mailshears/mailshears-0.0.4.ebuild b/net-mail/mailshears/mailshears-0.0.4-r1.ebuild
17 similarity index 89%
18 rename from net-mail/mailshears/mailshears-0.0.4.ebuild
19 rename to net-mail/mailshears/mailshears-0.0.4-r1.ebuild
20 index 7132ffd3fff..9c6e50724d6 100644
21 --- a/net-mail/mailshears/mailshears-0.0.4.ebuild
22 +++ b/net-mail/mailshears/mailshears-0.0.4-r1.ebuild
23 @@ -1,9 +1,9 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29
30 -USE_RUBY="ruby24 ruby25"
31 +USE_RUBY="ruby24 ruby25 ruby26"
32
33 # The tests are dangerous and shouldn't be run by anyone!
34 # They mess with your local postgres databases.