From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-862874-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7B9A4591AE for <garchives@archives.gentoo.org>; Fri, 12 Feb 2016 08:52:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1BD1E0866; Fri, 12 Feb 2016 08:52:08 +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 8B0CFE0866 for <gentoo-commits@lists.gentoo.org>; Fri, 12 Feb 2016 08:52: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 39F22340BAF for <gentoo-commits@lists.gentoo.org>; Fri, 12 Feb 2016 08:52:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66D6E8EB for <gentoo-commits@lists.gentoo.org>; Fri, 12 Feb 2016 08:52:03 +0000 (UTC) From: "Jeroen Roovers" <jer@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" <jer@gentoo.org> Message-ID: <1455267105.86936bad0960247a0ee86f798c4310454de75509.jer@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.37.ebuild X-VCS-Directories: net-wireless/bluez/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 86936bad0960247a0ee86f798c4310454de75509 X-VCS-Branch: master Date: Fri, 12 Feb 2016 08:52:03 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 56a96893-4aa4-4811-b90d-5749b3f91417 X-Archives-Hash: c699a1afdcae0e9601abb5e814349c88 commit: 86936bad0960247a0ee86f798c4310454de75509 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Fri Feb 12 08:51:45 2016 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Fri Feb 12 08:51:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86936bad net-wireless/bluez: Stable for PPC64 (bug #573370). Package-Manager: portage-2.2.27 RepoMan-Options: --ignore-arches net-wireless/bluez/bluez-5.37.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/bluez/bluez-5.37.ebuild b/net-wireless/bluez/bluez-5.37.ebuild index e3704f8..12f97bf 100644 --- a/net-wireless/bluez/bluez-5.37.ebuild +++ b/net-wireless/bluez/bluez-5.37.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 extra-tools +obex +readline selinux systemd test test-programs +udev" REQUIRED_USE="test? ( ${PYTHON_REQUIRED_USE} ) test-programs? ( ${PYTHON_REQUIRED_USE} )"