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 AF45713934F for ; Fri, 30 Jul 2021 06:13:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6786E09BF; Fri, 30 Jul 2021 06:13:24 +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 AEC8BE09BF for ; Fri, 30 Jul 2021 06:13:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 89291343877 for ; Fri, 30 Jul 2021 06:13:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EC20851 for ; Fri, 30 Jul 2021 06:13:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1627625561.501b436b01a51531fe837c39cad4938e0e735685.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/fetchmail/fetchmail-6.4.20.ebuild X-VCS-Directories: net-mail/fetchmail/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 501b436b01a51531fe837c39cad4938e0e735685 X-VCS-Branch: master Date: Fri, 30 Jul 2021 06:13:20 +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: 9bd42405-64d5-4fb9-9a43-3112df331736 X-Archives-Hash: 88d7a3856ac586eacda3ea1198deee6d commit: 501b436b01a51531fe837c39cad4938e0e735685 Author: Sam James gentoo org> AuthorDate: Fri Jul 30 06:12:41 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 30 06:12:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=501b436b net-mail/fetchmail: Stabilize 6.4.20 x86, #804921 Signed-off-by: Sam James gentoo.org> net-mail/fetchmail/fetchmail-6.4.20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/fetchmail/fetchmail-6.4.20.ebuild b/net-mail/fetchmail/fetchmail-6.4.20.ebuild index 9a15f59666e..71aa41836a0 100644 --- a/net-mail/fetchmail/fetchmail-6.4.20.ebuild +++ b/net-mail/fetchmail/fetchmail-6.4.20.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" LICENSE="GPL-2 public-domain" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="ssl nls kerberos tk socks" REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"