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 16193138330 for ; Fri, 2 Sep 2016 16:58:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7DBF21C0FA; Fri, 2 Sep 2016 16:58:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8E2621C0CC for ; Fri, 2 Sep 2016 16:58:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBFFE340961 for ; Fri, 2 Sep 2016 16:58:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9256A2476 for ; Fri, 2 Sep 2016 16:58:33 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1472835495.4273d90db6d2bba5e5cc825413f553263dc84fa2.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/qqwing/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/qqwing/qqwing-1.3.4.ebuild X-VCS-Directories: dev-libs/qqwing/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 4273d90db6d2bba5e5cc825413f553263dc84fa2 X-VCS-Branch: master Date: Fri, 2 Sep 2016 16:58:33 +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: f7450217-b86a-4755-8739-f0f2bf87aceb X-Archives-Hash: 5032ba5b381d3537626ac58fd3750ed1 commit: 4273d90db6d2bba5e5cc825413f553263dc84fa2 Author: Roy Bamford gentoo org> AuthorDate: Thu Sep 1 16:45:52 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Sep 2 16:58:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4273d90d dev-libs/qqwing: keyword for ~arm64. Tested on cortex-a53. Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2184 Signed-off-by: Patrice Clement gentoo.org> dev-libs/qqwing/qqwing-1.3.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/qqwing/qqwing-1.3.4.ebuild b/dev-libs/qqwing/qqwing-1.3.4.ebuild index 6c5face..0d2244b 100644 --- a/dev-libs/qqwing/qqwing-1.3.4.ebuild +++ b/dev-libs/qqwing/qqwing-1.3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="http://qqwing.com/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0/2" -KEYWORDS="amd64 arm x86" +KEYWORDS="amd64 arm ~arm64 x86" IUSE="" RDEPEND=""