Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libudev/
Date: Sun, 27 Oct 2019 15:31:57
Message-Id: 1572190242.f864974f1c79ed2cfac01eb17baf8c1d91203426.mgorny@gentoo
1 commit: f864974f1c79ed2cfac01eb17baf8c1d91203426
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 27 07:48:37 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 27 15:30:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f864974f
7
8 virtual/libudev: Add support for fresh sys-fs/eudev release
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11 Closes: https://github.com/gentoo/gentoo/pull/13449
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 virtual/libudev/libudev-232-r2.ebuild | 5 ++++-
15 1 file changed, 4 insertions(+), 1 deletion(-)
16
17 diff --git a/virtual/libudev/libudev-232-r2.ebuild b/virtual/libudev/libudev-232-r2.ebuild
18 index 6e8f0950d07..cda316a78ba 100644
19 --- a/virtual/libudev/libudev-232-r2.ebuild
20 +++ b/virtual/libudev/libudev-232-r2.ebuild
21 @@ -10,6 +10,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s
22 IUSE="static-libs systemd"
23
24 RDEPEND="
25 - !systemd? ( >=sys-fs/udev-232:0/0[${MULTILIB_USEDEP},static-libs(-)?] )
26 + !systemd? ( || (
27 + >=sys-fs/eudev-3.2.9:0/0[${MULTILIB_USEDEP},static-libs(-)?]
28 + >=sys-fs/udev-232:0/0[${MULTILIB_USEDEP},static-libs(-)?]
29 + ) )
30 systemd? ( >=sys-apps/systemd-232:0/2[${MULTILIB_USEDEP},static-libs(-)?] )
31 "