From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0AD8F138239 for ; Fri, 13 Sep 2019 12:59:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F108E0C35; Fri, 13 Sep 2019 12:58:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F31FE0C35 for ; Fri, 13 Sep 2019 12:58:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E083A34B11A for ; Fri, 13 Sep 2019 12:58:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1544A7F7 for ; Fri, 13 Sep 2019 12:58:53 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1568378567.94e526322227fd90bf34876881940bbd9858b146.mgorny@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.50-r2.ebuild X-VCS-Directories: net-wireless/bluez/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 94e526322227fd90bf34876881940bbd9858b146 X-VCS-Branch: master Date: Fri, 13 Sep 2019 12:58:53 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7199f4f0-ac4b-4041-b930-619078b14972 X-Archives-Hash: 9cccdedab80cd79b17cd190006d544d1 commit: 94e526322227fd90bf34876881940bbd9858b146 Author: Michał Górny gentoo org> AuthorDate: Fri Sep 13 12:16:11 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 13 12:42:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94e52632 net-wireless/bluez: Use acct-group/plugdev Signed-off-by: Michał Górny gentoo.org> net-wireless/bluez/bluez-5.50-r2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net-wireless/bluez/bluez-5.50-r2.ebuild b/net-wireless/bluez/bluez-5.50-r2.ebuild index 5415ba0b679..4c335870096 100644 --- a/net-wireless/bluez/bluez-5.50-r2.ebuild +++ b/net-wireless/bluez/bluez-5.50-r2.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python2_7 ) -inherit autotools python-single-r1 readme.gentoo-r1 systemd udev user multilib-minimal +inherit autotools python-single-r1 readme.gentoo-r1 systemd udev multilib-minimal DESCRIPTION="Bluetooth Tools and System Daemons for Linux" HOMEPAGE="http://www.bluez.org" @@ -53,6 +53,7 @@ DEPEND=" udev? ( >=virtual/udev-172 ) " RDEPEND="${DEPEND} + acct-group/plugdev selinux? ( sec-policy/selinux-bluetooth ) test-programs? ( ${TEST_DEPS} ) " @@ -86,8 +87,6 @@ PATCHES=( ) pkg_setup() { - enewgroup plugdev - if use test || use test-programs; then python-single-r1_pkg_setup fi