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 A01AD138334 for ; Wed, 10 Apr 2019 05:13:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2DFFE0824; Wed, 10 Apr 2019 05:13:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B52C1E0824 for ; Wed, 10 Apr 2019 05:13:36 +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 591ED340821 for ; Wed, 10 Apr 2019 05:13:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6566543 for ; Wed, 10 Apr 2019 05:13:33 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1554873207.7d41c6b260fe4bee9f6f3b76b00d27a6becb34d9.anarchy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/eudev/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/eudev/eudev-3.2.7-r1.ebuild sys-fs/eudev/eudev-3.2.7-r2.ebuild sys-fs/eudev/eudev-9999.ebuild X-VCS-Directories: sys-fs/eudev/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 7d41c6b260fe4bee9f6f3b76b00d27a6becb34d9 X-VCS-Branch: master Date: Wed, 10 Apr 2019 05:13:33 +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: d0c4cd59-0df8-4d8e-8aa9-f1480c97c799 X-Archives-Hash: 03a76fb5f4896bc2af473d068fbd179b commit: 7d41c6b260fe4bee9f6f3b76b00d27a6becb34d9 Author: Jory Pratt gentoo org> AuthorDate: Wed Apr 10 05:13:10 2019 +0000 Commit: Jory Pratt gentoo org> CommitDate: Wed Apr 10 05:13:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d41c6b2 sys-fs/eudev: create kvm/render group Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jory Pratt gentoo.org> sys-fs/eudev/{eudev-3.2.7-r1.ebuild => eudev-3.2.7-r2.ebuild} | 4 +++- sys-fs/eudev/eudev-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sys-fs/eudev/eudev-3.2.7-r1.ebuild b/sys-fs/eudev/eudev-3.2.7-r2.ebuild similarity index 98% rename from sys-fs/eudev/eudev-3.2.7-r1.ebuild rename to sys-fs/eudev/eudev-3.2.7-r2.ebuild index 63a4096b3f0..21b78a5bbe0 100644 --- a/sys-fs/eudev/eudev-3.2.7-r1.ebuild +++ b/sys-fs/eudev/eudev-3.2.7-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -190,6 +190,8 @@ pkg_postinst() { # https://bugs.gentoo.org/246847 # https://bugs.gentoo.org/514174 enewgroup input + enewgroup kvm 78 + enewgroup render # REPLACING_VERSIONS should only ever have zero or 1 values but in case it doesn't, # process it as a list. We only care about the zero case (new install) or the case where diff --git a/sys-fs/eudev/eudev-9999.ebuild b/sys-fs/eudev/eudev-9999.ebuild index 63a4096b3f0..21b78a5bbe0 100644 --- a/sys-fs/eudev/eudev-9999.ebuild +++ b/sys-fs/eudev/eudev-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -190,6 +190,8 @@ pkg_postinst() { # https://bugs.gentoo.org/246847 # https://bugs.gentoo.org/514174 enewgroup input + enewgroup kvm 78 + enewgroup render # REPLACING_VERSIONS should only ever have zero or 1 values but in case it doesn't, # process it as a list. We only care about the zero case (new install) or the case where