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 0726D138334 for ; Tue, 21 May 2019 15:20:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 339A7E0880; Tue, 21 May 2019 15:20:56 +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 15F8CE0880 for ; Tue, 21 May 2019 15:20:55 +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 7FC77344D28 for ; Tue, 21 May 2019 15:20:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E95135E3 for ; Tue, 21 May 2019 15:20:52 +0000 (UTC) From: "Stephen Klimaszewski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stephen Klimaszewski" Message-ID: <1558451924.672da987b312d885446d32fc2bb89b16b0cfa33d.steev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/paho-mqtt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/paho-mqtt/paho-mqtt-1.4.0.ebuild X-VCS-Directories: dev-python/paho-mqtt/ X-VCS-Committer: steev X-VCS-Committer-Name: Stephen Klimaszewski X-VCS-Revision: 672da987b312d885446d32fc2bb89b16b0cfa33d X-VCS-Branch: master Date: Tue, 21 May 2019 15:20:52 +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: 0c24c28d-d7a0-4118-8ee0-98a5e623e744 X-Archives-Hash: 5af1ab39b5ca2042789610fed1e6e05f commit: 672da987b312d885446d32fc2bb89b16b0cfa33d Author: Stephen Klimaszewski gentoo org> AuthorDate: Tue May 21 15:09:26 2019 +0000 Commit: Stephen Klimaszewski gentoo org> CommitDate: Tue May 21 15:18:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=672da987 dev-python/paho-mqtt: add ~arm64 keyword Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Stephen Klimaszewski gentoo.org> dev-python/paho-mqtt/paho-mqtt-1.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/paho-mqtt/paho-mqtt-1.4.0.ebuild b/dev-python/paho-mqtt/paho-mqtt-1.4.0.ebuild index 7b8c7c8b7dd..75e216ddee1 100644 --- a/dev-python/paho-mqtt/paho-mqtt-1.4.0.ebuild +++ b/dev-python/paho-mqtt/paho-mqtt-1.4.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/eclipse/paho.mqtt.python/archive/v${PV}.tar.gz -> ${ LICENSE="EPL-1.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="test" RDEPEND=""