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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ADFEC15808B for ; Sat, 16 Apr 2022 23:13:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F06BE0937; Sat, 16 Apr 2022 23:13:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 82E5BE0937 for ; Sat, 16 Apr 2022 23:13:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 11B77341875 for ; Sat, 16 Apr 2022 23:13:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E63093AA for ; Sat, 16 Apr 2022 23:13:49 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1650150612.9c2f93abf2338d3bf898986410197bb4238c873c.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libudev/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/libudev/libudev-232-r6.ebuild X-VCS-Directories: virtual/libudev/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 9c2f93abf2338d3bf898986410197bb4238c873c X-VCS-Branch: master Date: Sat, 16 Apr 2022 23:13:49 +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: b19b455a-49a3-4292-a66a-e298db6a6214 X-Archives-Hash: e27a541cf3c2865d4643880ecb1aa536 commit: 9c2f93abf2338d3bf898986410197bb4238c873c Author: Mike Gilbert gentoo org> AuthorDate: Tue Apr 12 15:18:31 2022 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Apr 16 23:10:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c2f93ab virtual/libudev: add systemd-utils, drop sys-fs/udev Signed-off-by: Mike Gilbert gentoo.org> virtual/libudev/libudev-232-r6.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/virtual/libudev/libudev-232-r6.ebuild b/virtual/libudev/libudev-232-r6.ebuild new file mode 100644 index 000000000000..aed453196d9b --- /dev/null +++ b/virtual/libudev/libudev-232-r6.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit multilib-build + +DESCRIPTION="Virtual for libudev providers" + +SLOT="0/1" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +IUSE="systemd" + +RDEPEND=" + !systemd? ( || ( + sys-apps/systemd-utils[udev,${MULTILIB_USEDEP}] + >=sys-fs/eudev-3.2.9:0/0[${MULTILIB_USEDEP}] + ) ) + systemd? ( >=sys-apps/systemd-232:0/2[${MULTILIB_USEDEP}] ) +"