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 596F61382C5 for ; Tue, 29 Dec 2020 21:26:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B44D2BC0C7; Tue, 29 Dec 2020 21:26:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 818AA2BC0C9 for ; Tue, 29 Dec 2020 21:26:44 +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 8219E3417CA for ; Tue, 29 Dec 2020 21:26:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DCDB47F for ; Tue, 29 Dec 2020 21:26:42 +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: <1609277158.9cc1039005cc26b97ad116ce28fe0c83c147f3bc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/colm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/colm/colm-0.13.0.7.ebuild X-VCS-Directories: dev-util/colm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9cc1039005cc26b97ad116ce28fe0c83c147f3bc X-VCS-Branch: master Date: Tue, 29 Dec 2020 21:26:42 +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: 26cf0e71-9768-4100-91bd-1428a2f58e06 X-Archives-Hash: e8ec62f63a81442d2d05534c808e5e0e commit: 9cc1039005cc26b97ad116ce28fe0c83c147f3bc Author: Sam James gentoo org> AuthorDate: Tue Dec 29 21:25:58 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 29 21:25:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cc10390 dev-util/colm: Stabilize 0.13.0.7 arm64, #761870 Signed-off-by: Sam James gentoo.org> dev-util/colm/colm-0.13.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/colm/colm-0.13.0.7.ebuild b/dev-util/colm/colm-0.13.0.7.ebuild index 8570c1cf740..82ac3f392b4 100644 --- a/dev-util/colm/colm-0.13.0.7.ebuild +++ b/dev-util/colm/colm-0.13.0.7.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://www.colm.net/files/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" BDEPEND="app-text/asciidoc"