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 347341394AF for ; Mon, 14 Dec 2020 08:25:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75F99E09D1; Mon, 14 Dec 2020 08:25:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 61A4FE09D1 for ; Mon, 14 Dec 2020 08:25:13 +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 8377133BE4E for ; Mon, 14 Dec 2020 08:25:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FD9F52 for ; Mon, 14 Dec 2020 08:25:11 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1607934284.4fae579a3a91b4eaca22e3b1b029de233968f9bb.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mozilla-CA/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Mozilla-CA/Mozilla-CA-20999999.ebuild X-VCS-Directories: dev-perl/Mozilla-CA/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 4fae579a3a91b4eaca22e3b1b029de233968f9bb X-VCS-Branch: master Date: Mon, 14 Dec 2020 08:25:11 +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: 6f894be1-2b42-4593-9705-2cd58ccc160b X-Archives-Hash: 99df4ad333aac14561928292ee69e29e commit: 4fae579a3a91b4eaca22e3b1b029de233968f9bb Author: Kent Fredric gentoo org> AuthorDate: Mon Dec 14 01:23:29 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Mon Dec 14 08:24:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fae579a dev-perl/Mozilla-CA: Keyword ~m68k Build/Test OK under m68k-user Required by: - dev-perl/IO-Socket-SSL - via virtual/perl-libnet Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Kent Fredric gentoo.org> dev-perl/Mozilla-CA/Mozilla-CA-20999999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Mozilla-CA/Mozilla-CA-20999999.ebuild b/dev-perl/Mozilla-CA/Mozilla-CA-20999999.ebuild index a0dc38dfdec..3270a0f6329 100644 --- a/dev-perl/Mozilla-CA/Mozilla-CA-20999999.ebuild +++ b/dev-perl/Mozilla-CA/Mozilla-CA-20999999.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Mozilla's CA cert bundle in PEM format (Gentoo stub)" LICENSE="MPL-2.0" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="app-misc/ca-certificates"