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 11A2C1387B1 for ; Wed, 18 Dec 2013 22:49:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CA24E0DC5; Wed, 18 Dec 2013 22:49:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C649EE0DC5 for ; Wed, 18 Dec 2013 22:49:40 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC7CC33F5FC for ; Wed, 18 Dec 2013 22:49:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A31C019002D for ; Wed, 18 Dec 2013 22:49:38 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1387406946.dc5a07a5c1294d6adb61a22607500ee936077c27.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-wireless/bluez/ X-VCS-Repository: proj/gnome X-VCS-Files: net-wireless/bluez/bluez-5.12.ebuild X-VCS-Directories: net-wireless/bluez/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: dc5a07a5c1294d6adb61a22607500ee936077c27 X-VCS-Branch: master Date: Wed, 18 Dec 2013 22:49:38 +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: 5e1d57f7-be81-4f22-86fa-98136092a7e7 X-Archives-Hash: 3a87e296dd77a782b2a2f4bdfc79da0f commit: dc5a07a5c1294d6adb61a22607500ee936077c27 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Wed Dec 18 22:34:36 2013 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Wed Dec 18 22:49:06 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=dc5a07a5 net-wireless/bluez: re-add keywords bluez-5 most likely did not break compatibility with these arches and for now it hides other problem with repoman checking in the overlay. --- net-wireless/bluez/bluez-5.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/bluez/bluez-5.12.ebuild b/net-wireless/bluez/bluez-5.12.ebuild index 2cc5963..ef12ea2 100644 --- a/net-wireless/bluez/bluez-5.12.ebuild +++ b/net-wireless/bluez/bluez-5.12.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz" LICENSE="GPL-2+ LGPL-2.1+" SLOT="0/3" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="cups debug obex readline selinux systemd test" REQUIRED_USE="test? ( ${PYTHON_REQUIRED_USE} )"