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 0DA61138359 for ; Tue, 18 Aug 2020 12:24:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A4BDE0869; Tue, 18 Aug 2020 12:24:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E2380E085A for ; Tue, 18 Aug 2020 12:24:47 +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 58DDA34F592 for ; Tue, 18 Aug 2020 12:24:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD994324 for ; Tue, 18 Aug 2020 12:24:44 +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: <1597747853.919eb0af78f4a7637e31bc68b260600b31a95cba.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/sendmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/sendmail/sendmail-8.16.1.ebuild X-VCS-Directories: mail-mta/sendmail/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 919eb0af78f4a7637e31bc68b260600b31a95cba X-VCS-Branch: master Date: Tue, 18 Aug 2020 12:24:44 +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: 01272ea8-6e6e-4834-b05e-f951cc74bdbd X-Archives-Hash: ad687256334827db0c5c336ef96e7317 commit: 919eb0af78f4a7637e31bc68b260600b31a95cba Author: Sam James gentoo org> AuthorDate: Tue Aug 18 10:50:53 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 18 10:50:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=919eb0af mail-mta/sendmail: drop keywords Some work is still needed here. Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> mail-mta/sendmail/sendmail-8.16.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-mta/sendmail/sendmail-8.16.1.ebuild b/mail-mta/sendmail/sendmail-8.16.1.ebuild index 941abc8a710..a8d095e8109 100644 --- a/mail-mta/sendmail/sendmail-8.16.1.ebuild +++ b/mail-mta/sendmail/sendmail-8.16.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.sendmail.org/pub/${PN}/${PN}.${PV}.tar.gz" LICENSE="Sendmail GPL-2" # GPL-2 is here for initscript SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="ipv6 ldap libressl mbox nis sasl sockets ssl tcpd" BDEPEND="sys-devel/m4"