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 1B45E138336 for ; Tue, 26 Mar 2019 21:09:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DD83E08F5; Tue, 26 Mar 2019 21:09:19 +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 0215AE08F5 for ; Tue, 26 Mar 2019 21:09: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 DC64C335D0F for ; Tue, 26 Mar 2019 21:09:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 538B757E for ; Tue, 26 Mar 2019 21:09:16 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1553634545.c63bf583a8d148364c38db37fb2db6cddd38f3f9.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/procmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/procmail/procmail-3.22-r12.ebuild X-VCS-Directories: mail-filter/procmail/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: c63bf583a8d148364c38db37fb2db6cddd38f3f9 X-VCS-Branch: master Date: Tue, 26 Mar 2019 21:09:16 +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: c8d5f066-98f4-4866-8d68-5d05446be3bb X-Archives-Hash: c25115d63e2a47236d430b253cf765e4 commit: c63bf583a8d148364c38db37fb2db6cddd38f3f9 Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Mar 26 20:38:56 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Mar 26 21:09:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c63bf583 mail-filter/procmail: stable 3.22-r12 for sparc, bug #638108 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich gentoo.org> mail-filter/procmail/procmail-3.22-r12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-filter/procmail/procmail-3.22-r12.ebuild b/mail-filter/procmail/procmail-3.22-r12.ebuild index 1ed7a69e4a1..90733d16fb6 100644 --- a/mail-filter/procmail/procmail-3.22-r12.ebuild +++ b/mail-filter/procmail/procmail-3.22-r12.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.procmail.org/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" IUSE="mbox selinux" DEPEND="virtual/mta"