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 21DBB1382C5 for ; Fri, 26 Jun 2020 20:21:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AB0BE09E6; Fri, 26 Jun 2020 20:21:36 +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 A47C4E09E7 for ; Fri, 26 Jun 2020 20:21:34 +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 6494A34F1D0 for ; Fri, 26 Jun 2020 20:21:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C4642C2 for ; Fri, 26 Jun 2020 20:21:29 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1593202878.64e17032abac02ace5d14c23e75fc2b4c2829a61.whissi@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.1.3.ebuild X-VCS-Directories: net-wireless/blueman/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 64e17032abac02ace5d14c23e75fc2b4c2829a61 X-VCS-Branch: master Date: Fri, 26 Jun 2020 20:21:29 +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: 43e8ff4c-49b3-4d0d-a25c-4a0773a2d3cd X-Archives-Hash: 5fecd60e61a294f6e8fc0df027cc58d6 commit: 64e17032abac02ace5d14c23e75fc2b4c2829a61 Author: Sam James (sam_c) cmpct info> AuthorDate: Thu Jun 25 05:44:17 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Jun 26 20:21:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e17032 net-wireless/blueman: arm keyworded (bug #725922) Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) cmpct.info> Closes: https://github.com/gentoo/gentoo/pull/16437 Signed-off-by: Thomas Deutschmann gentoo.org> net-wireless/blueman/blueman-2.1.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-wireless/blueman/blueman-2.1.3.ebuild b/net-wireless/blueman/blueman-2.1.3.ebuild index 8144b23c4cc..d0b54c32046 100644 --- a/net-wireless/blueman/blueman-2.1.3.ebuild +++ b/net-wireless/blueman/blueman-2.1.3.ebuild @@ -12,11 +12,11 @@ HOMEPAGE="https://github.com/blueman-project/blueman" if [[ ${PV} == "9999" ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/blueman-project/blueman.git" - KEYWORDS="" + KEYWORDS="~arm" else SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz" S=${WORKDIR}/${P/_/.} - KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" fi # icons are GPL-2