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 70F11139694 for ; Fri, 17 Feb 2017 06:06:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB84F21C03C; Fri, 17 Feb 2017 06:06:34 +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 A504921C03C for ; Fri, 17 Feb 2017 06:06:34 +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 BFB52340F43 for ; Fri, 17 Feb 2017 06:06:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 317AE4AA6 for ; Fri, 17 Feb 2017 06:06:32 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1487311586.a32e60da1e213abf296e6971799ecc03851361a2.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/blueman/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/blueman/blueman-2.0.4.ebuild X-VCS-Directories: net-wireless/blueman/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: a32e60da1e213abf296e6971799ecc03851361a2 X-VCS-Branch: master Date: Fri, 17 Feb 2017 06:06:32 +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: 6795b496-5a18-49be-b953-cb8af0110993 X-Archives-Hash: efef33a7a40db79861ac2ce04dae0c5c commit: a32e60da1e213abf296e6971799ecc03851361a2 Author: sakaki deciban com> AuthorDate: Sat Feb 4 16:00:51 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Feb 17 06:06:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a32e60da net-wireless/blueman: add ~arm64 keyword (tested on cortex-a53) Closes: https://github.com/gentoo/gentoo/pull/3805 net-wireless/blueman/blueman-2.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/blueman/blueman-2.0.4.ebuild b/net-wireless/blueman/blueman-2.0.4.ebuild index 55ed72de6b..61c7d0a90a 100644 --- a/net-wireless/blueman/blueman-2.0.4.ebuild +++ b/net-wireless/blueman/blueman-2.0.4.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == "9999" ]] ; then KEYWORDS="" else SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" fi LICENSE="GPL-3"