summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-11-26 14:34:19 -0500
committerMike Gilbert <floppym@gentoo.org>2016-11-26 14:41:42 -0500
commite411341c7dd1dd85faa1ddf164865c758094a94f (patch)
treee742232aa18fcdc115d82994ed27437ee2860de3 /virtual/libudev
parentmedia-video/baka-mplayer: backport patch from upstream to resolve build failu... (diff)
downloadgentoo-e411341c7dd1dd85faa1ddf164865c758094a94f.tar.gz
gentoo-e411341c7dd1dd85faa1ddf164865c758094a94f.tar.bz2
gentoo-e411341c7dd1dd85faa1ddf164865c758094a94f.zip
virtual/libudev: match provider order to virtual/udev
Package-Manager: portage-2.3.2_p8
Diffstat (limited to 'virtual/libudev')
-rw-r--r--virtual/libudev/libudev-215-r1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/virtual/libudev/libudev-215-r1.ebuild b/virtual/libudev/libudev-215-r1.ebuild
index 85c10393cde5..9f1e1a3e0dc8 100644
--- a/virtual/libudev/libudev-215-r1.ebuild
+++ b/virtual/libudev/libudev-215-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -17,13 +17,13 @@ IUSE="static-libs systemd"
DEPEND=""
RDEPEND="
!systemd? ( || (
+ >=sys-fs/eudev-1.3:0/0[${MULTILIB_USEDEP},static-libs?]
>=sys-fs/udev-208-r1:0/0[${MULTILIB_USEDEP},static-libs?]
- >=sys-fs/eudev-1.3:0/0[${MULTILIB_USEDEP},static-libs?] )
- )
+ ) )
systemd? ( || (
>=sys-apps/systemd-212-r5:0/2[${MULTILIB_USEDEP}]
>=sys-apps/systemd-208-r3:0/1[${MULTILIB_USEDEP}]
- >=sys-apps/systemd-208:0/0[${MULTILIB_USEDEP}] )
- )"
+ >=sys-apps/systemd-208:0/0[${MULTILIB_USEDEP}]
+ ) )"
REQUIRED_USE="systemd? ( !static-libs )"