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 E64A1138359 for ; Sun, 30 Aug 2020 01:14:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C963E08F7; Sun, 30 Aug 2020 01:14:32 +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 2561DE08F7 for ; Sun, 30 Aug 2020 01:14:32 +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 1DD5B33BE41 for ; Sun, 30 Aug 2020 01:14:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA2E6324 for ; Sun, 30 Aug 2020 01:14:29 +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: <1598750044.540e32a96efce745e8d2674ed7f7d4dc12f8110e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/comparator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/comparator/comparator-2.12.ebuild X-VCS-Directories: dev-util/comparator/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 540e32a96efce745e8d2674ed7f7d4dc12f8110e X-VCS-Branch: master Date: Sun, 30 Aug 2020 01:14:29 +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: c4e107c9-386f-4c9d-8f27-a864041a94e3 X-Archives-Hash: 9b6cfa3f6a3d6fe6579a84814a8d70b5 commit: 540e32a96efce745e8d2674ed7f7d4dc12f8110e Author: Sam James gentoo org> AuthorDate: Sun Aug 30 01:14:04 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Aug 30 01:14:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=540e32a9 dev-util/comparator: Stabilize 2.12 ppc, #735310 Signed-off-by: Sam James gentoo.org> dev-util/comparator/comparator-2.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/comparator/comparator-2.12.ebuild b/dev-util/comparator/comparator-2.12.ebuild index ec0bfac3e03..8a10ee5518f 100644 --- a/dev-util/comparator/comparator-2.12.ebuild +++ b/dev-util/comparator/comparator-2.12.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://www.catb.org/~esr/comparator/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64 arm ~mips ~ppc ~ppc64 sparc x86" +KEYWORDS="amd64 arm ~mips ppc ~ppc64 sparc x86" DEPEND="=app-text/docbook-xml-dtd-4.1.2* app-text/xmlto"