From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 951D21388C0 for ; Sun, 28 Feb 2016 07:16:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58A5621C089; Sun, 28 Feb 2016 07:16:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0BC1221C085 for ; Sun, 28 Feb 2016 07:16:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 346DB340B46 for ; Sun, 28 Feb 2016 07:15:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 779962091 for ; Sun, 28 Feb 2016 07:15:56 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1456643551.9a4496ae9b5c761c8822ba6d838e53568e950775.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/websockify/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/websockify/websockify-0.7.0.ebuild X-VCS-Directories: dev-python/websockify/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 9a4496ae9b5c761c8822ba6d838e53568e950775 X-VCS-Branch: master Date: Sun, 28 Feb 2016 07:15:56 +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-Archives-Salt: 53213e2d-0f15-4c4c-9005-491af968bfe7 X-Archives-Hash: 4e45addc6b0de41cc386d3ff7947aaad commit: 9a4496ae9b5c761c8822ba6d838e53568e950775 Author: Matthew Thode gentoo org> AuthorDate: Sun Feb 28 07:12:31 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Sun Feb 28 07:12:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a4496ae dev-python/websockify: keywording arm64 merged on X-C1 Package-Manager: portage-2.2.26 dev-python/websockify/websockify-0.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/websockify/websockify-0.7.0.ebuild b/dev-python/websockify/websockify-0.7.0.ebuild index 60faa02..895ff22 100644 --- a/dev-python/websockify/websockify-0.7.0.ebuild +++ b/dev-python/websockify/websockify-0.7.0.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/kanaka/websockify" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"