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 661EB13888F for ; Tue, 27 Oct 2015 19:11:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06F8C21C005; Tue, 27 Oct 2015 19:11:09 +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 A37F621C005 for ; Tue, 27 Oct 2015 19:11:08 +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 6758D34072E for ; Tue, 27 Oct 2015 19:11:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28CBFE07 for ; Tue, 27 Oct 2015 19:11:05 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1445973058.35f9c72306d30d3e7cda2ea8ca746c0926e05279.pacho@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-r1.ebuild X-VCS-Directories: net-wireless/blueman/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 35f9c72306d30d3e7cda2ea8ca746c0926e05279 X-VCS-Branch: master Date: Tue, 27 Oct 2015 19:11:05 +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: b7d7b0b3-5a0d-4888-a38f-f1ee40e00602 X-Archives-Hash: fecc0816be28b5ffdba71720d51eb893 commit: 35f9c72306d30d3e7cda2ea8ca746c0926e05279 Author: Pacho Ramos gentoo org> AuthorDate: Tue Oct 27 19:10:58 2015 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Oct 27 19:10:58 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f9c723 net-wireless/blueman: ppc rekeyword, bug #557044 Package-Manager: portage-2.2.23 net-wireless/blueman/blueman-2.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-wireless/blueman/blueman-2.0-r1.ebuild b/net-wireless/blueman/blueman-2.0-r1.ebuild index f84849c..22cc3b8 100644 --- a/net-wireless/blueman/blueman-2.0-r1.ebuild +++ b/net-wireless/blueman/blueman-2.0-r1.ebuild @@ -13,10 +13,10 @@ HOMEPAGE="https://github.com/blueman-project/blueman" if [[ ${PV} == "9999" ]] ; then inherit autotools git-r3 EGIT_REPO_URI="https://github.com/blueman-project/blueman.git" - KEYWORDS="" + KEYWORDS="~ppc" else SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~ppc ~x86" fi LICENSE="GPL-3"