From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2FA621382C5 for ; Mon, 3 May 2021 00:33:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A076E08E0; Mon, 3 May 2021 00:33:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62251E08E0 for ; Mon, 3 May 2021 00:33:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B802033E4AD for ; Mon, 3 May 2021 00:33:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF5A5733 for ; Mon, 3 May 2021 00:33:14 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1620001712.3a1673e6cf53b6c08203096345a6723c73f19e5b.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mailshears/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/mailshears/mailshears-0.0.4-r1.ebuild net-mail/mailshears/mailshears-0.0.4.ebuild X-VCS-Directories: net-mail/mailshears/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 3a1673e6cf53b6c08203096345a6723c73f19e5b X-VCS-Branch: master Date: Mon, 3 May 2021 00:33:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aa18f329-4e6e-451e-8763-074af3d39003 X-Archives-Hash: f39eeb00c28de1800a8a7d9170ce31bf commit: 3a1673e6cf53b6c08203096345a6723c73f19e5b Author: Michael Orlitzky gentoo org> AuthorDate: Mon May 3 00:28:32 2021 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Mon May 3 00:28:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1673e6 net-mail/mailshears: new revision with ruby26 support. Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Michael Orlitzky gentoo.org> .../{mailshears-0.0.4.ebuild => mailshears-0.0.4-r1.ebuild} | 4 ++-- 1 file 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 similarity index 89% rename from net-mail/mailshears/mailshears-0.0.4.ebuild rename to net-mail/mailshears/mailshears-0.0.4-r1.ebuild index 7132ffd3fff..9c6e50724d6 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.