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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5798C15800A for ; Sun, 27 Aug 2023 06:44:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C86F2BC0B5; Sun, 27 Aug 2023 06:44:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 888562BC0B2 for ; Sun, 27 Aug 2023 06:44:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB6DE340DE6 for ; Sun, 27 Aug 2023 06:44:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B47010B6 for ; Sun, 27 Aug 2023 06:44:55 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1693118688.d6a82da20003c8b61ebf86fed709b6652c8d0bff.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/mail/mail-2.7.1-r2.ebuild X-VCS-Directories: dev-ruby/mail/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: d6a82da20003c8b61ebf86fed709b6652c8d0bff X-VCS-Branch: master Date: Sun, 27 Aug 2023 06:44:55 +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: 58c75ea7-8708-409c-a86f-e0d325eb3eef X-Archives-Hash: fd668f78d5afa85044fa723d373ee246 commit: d6a82da20003c8b61ebf86fed709b6652c8d0bff Author: Hans de Graaff gentoo org> AuthorDate: Sun Aug 27 06:20:02 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Aug 27 06:44:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a82da2 dev-ruby/mail: stabilize 2.7.1-r2 for amd64 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/mail/mail-2.7.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/mail/mail-2.7.1-r2.ebuild b/dev-ruby/mail/mail-2.7.1-r2.ebuild index c0c457afb3a1..2f47190243f9 100644 --- a/dev-ruby/mail/mail-2.7.1-r2.ebuild +++ b/dev-ruby/mail/mail-2.7.1-r2.ebuild @@ -22,7 +22,7 @@ SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> ${P}-git LICENSE="MIT" SLOT="$(ver_cut 1-2)" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="" ruby_add_rdepend ">=dev-ruby/mini_mime-0.1.1"