Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/sendmail/
Date: Tue, 18 Aug 2020 12:24:49
Message-Id: 1597747853.919eb0af78f4a7637e31bc68b260600b31a95cba.sam@gentoo
1 commit: 919eb0af78f4a7637e31bc68b260600b31a95cba
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 18 10:50:53 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 18 10:50:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=919eb0af
7
8 mail-mta/sendmail: drop keywords
9
10 Some work is still needed here.
11
12 Package-Manager: Portage-3.0.2, Repoman-2.3.23
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 mail-mta/sendmail/sendmail-8.16.1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/mail-mta/sendmail/sendmail-8.16.1.ebuild b/mail-mta/sendmail/sendmail-8.16.1.ebuild
19 index 941abc8a710..a8d095e8109 100644
20 --- a/mail-mta/sendmail/sendmail-8.16.1.ebuild
21 +++ b/mail-mta/sendmail/sendmail-8.16.1.ebuild
22 @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.sendmail.org/pub/${PN}/${PN}.${PV}.tar.gz"
23
24 LICENSE="Sendmail GPL-2" # GPL-2 is here for initscript
25 SLOT="0"
26 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
27 +#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
28 IUSE="ipv6 ldap libressl mbox nis sasl sockets ssl tcpd"
29
30 BDEPEND="sys-devel/m4"