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 D0978138359 for ; Mon, 14 Sep 2020 01:34:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F196FE0C58; Mon, 14 Sep 2020 01:34:33 +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 D75A3E0C58 for ; Mon, 14 Sep 2020 01:34:33 +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 9426433DDA5 for ; Mon, 14 Sep 2020 01:34:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10E402EE for ; Mon, 14 Sep 2020 01:34:31 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1600047253.991222db8b843a5644ef7592b823752d63a871f3.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/mandoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/mandoc/mandoc-1.14.5.ebuild X-VCS-Directories: app-text/mandoc/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 991222db8b843a5644ef7592b823752d63a871f3 X-VCS-Branch: master Date: Mon, 14 Sep 2020 01:34:31 +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: 610b1d0d-11f0-49ad-80ee-10965649a05e X-Archives-Hash: 3d8fbe464ba61fc301d8945d86c0bb49 commit: 991222db8b843a5644ef7592b823752d63a871f3 Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Sep 14 01:22:25 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Sep 14 01:34:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=991222db app-text/mandoc: add ~ppc64 keyword to 1.14.5 Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev gentoo.org> app-text/mandoc/mandoc-1.14.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/mandoc/mandoc-1.14.5.ebuild b/app-text/mandoc/mandoc-1.14.5.ebuild index 5fdb433abdb..f79cec58e05 100644 --- a/app-text/mandoc/mandoc-1.14.5.ebuild +++ b/app-text/mandoc/mandoc-1.14.5.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://mdocml.bsd.lv/snapshots/${P}.tar.gz" LICENSE="ISC" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="static" LIB_DEPEND="sys-libs/zlib[static-libs(+)]"