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 03D71138334 for ; Fri, 13 Sep 2019 12:59:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BCDCE0C09; Fri, 13 Sep 2019 12:58:57 +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 8383FE0C02 for ; Fri, 13 Sep 2019 12:58:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9916134B10B 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 BD09F7F2 for ; Fri, 13 Sep 2019 12:58:52 +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: <1568378562.db87185629015a096dff906f702c48e0ab6f68c9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libgphoto2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libgphoto2/libgphoto2-2.5.20.ebuild media-libs/libgphoto2/libgphoto2-2.5.22.ebuild X-VCS-Directories: media-libs/libgphoto2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: db87185629015a096dff906f702c48e0ab6f68c9 X-VCS-Branch: master Date: Fri, 13 Sep 2019 12:58:52 +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: 90f8e43d-af83-4498-af92-925305268746 X-Archives-Hash: dcd843739ae8ec91d317e1803325f47d commit: db87185629015a096dff906f702c48e0ab6f68c9 Author: Michał Górny gentoo org> AuthorDate: Fri Sep 13 12:16:03 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 13 12:42:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db871856 media-libs/libgphoto2: Use acct-group/plugdev Signed-off-by: Michał Górny gentoo.org> media-libs/libgphoto2/libgphoto2-2.5.20.ebuild | 7 ++----- media-libs/libgphoto2/libgphoto2-2.5.22.ebuild | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/media-libs/libgphoto2/libgphoto2-2.5.20.ebuild b/media-libs/libgphoto2/libgphoto2-2.5.20.ebuild index ca608de3fc2..177492cd323 100644 --- a/media-libs/libgphoto2/libgphoto2-2.5.20.ebuild +++ b/media-libs/libgphoto2/libgphoto2-2.5.20.ebuild @@ -6,7 +6,7 @@ # https://sourceforge.net/p/gphoto/bugs/643/ EAPI=6 -inherit eutils multilib multilib-minimal udev user +inherit eutils multilib multilib-minimal udev DESCRIPTION="Library that implements support for numerous digital cameras" HOMEPAGE="http://www.gphoto.org/" @@ -50,6 +50,7 @@ done # libgphoto2 actually links to libltdl RDEPEND=" + acct-group/plugdev >=dev-libs/libxml2-2.9.1-r4:2[${MULTILIB_USEDEP}] dev-libs/libltdl:0[${MULTILIB_USEDEP}] >=virtual/libusb-1-r1:1[${MULTILIB_USEDEP}] @@ -80,10 +81,6 @@ pkg_pretend() { fi } -pkg_setup() { - enewgroup plugdev -} - src_prepare() { default diff --git a/media-libs/libgphoto2/libgphoto2-2.5.22.ebuild b/media-libs/libgphoto2/libgphoto2-2.5.22.ebuild index b6417dddee3..ae1ae90567d 100644 --- a/media-libs/libgphoto2/libgphoto2-2.5.22.ebuild +++ b/media-libs/libgphoto2/libgphoto2-2.5.22.ebuild @@ -6,7 +6,7 @@ # https://sourceforge.net/p/gphoto/bugs/643/ EAPI=6 -inherit eutils multilib multilib-minimal udev user +inherit eutils multilib multilib-minimal udev DESCRIPTION="Library that implements support for numerous digital cameras" HOMEPAGE="http://www.gphoto.org/" @@ -50,6 +50,7 @@ done # libgphoto2 actually links to libltdl RDEPEND=" + acct-group/plugdev >=dev-libs/libxml2-2.9.1-r4:2[${MULTILIB_USEDEP}] dev-libs/libltdl:0[${MULTILIB_USEDEP}] >=virtual/libusb-1-r1:1[${MULTILIB_USEDEP}] @@ -80,10 +81,6 @@ pkg_pretend() { fi } -pkg_setup() { - enewgroup plugdev -} - src_prepare() { default