commit:     f864974f1c79ed2cfac01eb17baf8c1d91203426
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 27 07:48:37 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 27 15:30:42 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f864974f

virtual/libudev: Add support for fresh sys-fs/eudev release

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13449
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 virtual/libudev/libudev-232-r2.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/virtual/libudev/libudev-232-r2.ebuild 
b/virtual/libudev/libudev-232-r2.ebuild
index 6e8f0950d07..cda316a78ba 100644
--- a/virtual/libudev/libudev-232-r2.ebuild
+++ b/virtual/libudev/libudev-232-r2.ebuild
@@ -10,6 +10,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips 
~ppc ~ppc64 ~s390 ~s
 IUSE="static-libs systemd"
 
 RDEPEND="
-       !systemd? ( >=sys-fs/udev-232:0/0[${MULTILIB_USEDEP},static-libs(-)?] )
+       !systemd? ( || (
+               >=sys-fs/eudev-3.2.9:0/0[${MULTILIB_USEDEP},static-libs(-)?]
+               >=sys-fs/udev-232:0/0[${MULTILIB_USEDEP},static-libs(-)?]
+       ) )
        systemd? ( 
>=sys-apps/systemd-232:0/2[${MULTILIB_USEDEP},static-libs(-)?] )
 "

Reply via email to