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 51B9D13835A for ; Mon, 29 Jun 2020 06:33:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C5F9E09DB; Mon, 29 Jun 2020 06:33:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 41B3CE09DA for ; Mon, 29 Jun 2020 06:33:30 +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 07A4D34F331 for ; Mon, 29 Jun 2020 06:33:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4D1E2AF for ; Mon, 29 Jun 2020 06:33:27 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1593412383.73e05596ba80ac128e50b78f1ff6a7a76747ca4c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/cppzmq/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/cppzmq/cppzmq-4.6.0.ebuild X-VCS-Directories: net-libs/cppzmq/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 73e05596ba80ac128e50b78f1ff6a7a76747ca4c X-VCS-Branch: master Date: Mon, 29 Jun 2020 06:33:27 +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: 48989faa-9836-4e82-8ddf-3f7b6b323a7c X-Archives-Hash: 74be7c862a6dba5ab752a7b81f6b8ee4 commit: 73e05596ba80ac128e50b78f1ff6a7a76747ca4c Author: Sam James (sam_c) cmpct info> AuthorDate: Sat Jun 27 22:06:56 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jun 29 06:33:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73e05596 net-libs/cppzmq: arm keyworded (bug #727560) Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) cmpct.info> Signed-off-by: Michał Górny gentoo.org> net-libs/cppzmq/cppzmq-4.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/cppzmq/cppzmq-4.6.0.ebuild b/net-libs/cppzmq/cppzmq-4.6.0.ebuild index 477975337ae..a9d24c47068 100644 --- a/net-libs/cppzmq/cppzmq-4.6.0.ebuild +++ b/net-libs/cppzmq/cppzmq-4.6.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/zeromq/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="~amd64 ~x86 ~x86-linux" +KEYWORDS="~amd64 ~arm ~x86 ~x86-linux" IUSE="test" RESTRICT="!test? ( test )"