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 1ACDA13888F for ; Sat, 24 Oct 2015 03:56:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D93AE0817; Sat, 24 Oct 2015 03:56:15 +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 DCF7CE0817 for ; Sat, 24 Oct 2015 03:56:14 +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 6E94C340AC7 for ; Sat, 24 Oct 2015 03:56:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A2B8171A for ; Sat, 24 Oct 2015 03:56:08 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1445658937.d40d6336c971934f69bf10b3ca74d9bf8af2792d.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/bluez/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/bluez/bluez-5.35-r1.ebuild X-VCS-Directories: net-wireless/bluez/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: d40d6336c971934f69bf10b3ca74d9bf8af2792d X-VCS-Branch: master Date: Sat, 24 Oct 2015 03:56:08 +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: 8feba294-d1cf-4350-b6c3-9d6130538308 X-Archives-Hash: 8516ad532d9682b587e0457fdf23222b commit: d40d6336c971934f69bf10b3ca74d9bf8af2792d Author: Zero_Chaos gentoo org> AuthorDate: Sat Oct 24 03:55:37 2015 +0000 Commit: Richard Farina gentoo org> CommitDate: Sat Oct 24 03:55:37 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d40d6336 net-wireless/bluez: fix accidental amd64 keyword on 5.35-r1 Package-Manager: portage-2.2.23 net-wireless/bluez/bluez-5.35-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/bluez/bluez-5.35-r1.ebuild b/net-wireless/bluez/bluez-5.35-r1.ebuild index 9778367..d23e5cd 100644 --- a/net-wireless/bluez/bluez-5.35-r1.ebuild +++ b/net-wireless/bluez/bluez-5.35-r1.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 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86" IUSE="cups doc debug +obex +readline selinux systemd test test-programs +udev" REQUIRED_USE="test? ( ${PYTHON_REQUIRED_USE} ) test-programs? ( ${PYTHON_REQUIRED_USE} )"