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 1ACE413888F for ; Sat, 24 Oct 2015 03:49:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49A9BE0810; Sat, 24 Oct 2015 03:49:32 +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 934D5E0810 for ; Sat, 24 Oct 2015 03:49:26 +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 28BA6340AB5 for ; Sat, 24 Oct 2015 03:49:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 894B11717 for ; Sat, 24 Oct 2015 03:49:18 +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: <1445658535.9916028cacfa1100cfe2828b3d175580091edab4.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: 9916028cacfa1100cfe2828b3d175580091edab4 X-VCS-Branch: master Date: Sat, 24 Oct 2015 03:49:18 +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: f53fb03c-e789-4638-b326-e49624e78429 X-Archives-Hash: de76b47c42957508087f88e193ea48ac commit: 9916028cacfa1100cfe2828b3d175580091edab4 Author: Zero_Chaos gentoo org> AuthorDate: Sat Oct 24 03:48:55 2015 +0000 Commit: Richard Farina gentoo org> CommitDate: Sat Oct 24 03:48:55 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9916028c net-wireless/bluez: add keywords to 5.35-r1 thanks to review/fixes from floppym Package-Manager: portage-2.2.23 net-wireless/bluez/bluez-5.35-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-wireless/bluez/bluez-5.35-r1.ebuild b/net-wireless/bluez/bluez-5.35-r1.ebuild index 0661abe..9778367 100644 --- a/net-wireless/bluez/bluez-5.35-r1.ebuild +++ b/net-wireless/bluez/bluez-5.35-r1.ebuild @@ -13,8 +13,7 @@ SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz" LICENSE="GPL-2+ LGPL-2.1+" SLOT="0/3" -KEYWORDS="" -#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} )"