diff options
Diffstat (limited to 'sys-fs/udev/udev-9999.ebuild')
-rw-r--r-- | sys-fs/udev/udev-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild index 58e1af41e73f..7b8be08f7f68 100644 --- a/sys-fs/udev/udev-9999.ebuild +++ b/sys-fs/udev/udev-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.213 2013/03/28 21:53:36 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.214 2013/03/29 06:54:57 ssuominen Exp $ EAPI=5 @@ -71,8 +71,8 @@ RDEPEND="${COMMON_DEPEND} !<sec-policy/selinux-base-2.20120725-r10" PDEPEND=">=virtual/udev-197-r1 - hwdb? ( >=sys-apps/hwids-20130309-r1[udev] ) - openrc? ( >=sys-fs/udev-init-scripts-23 )" + hwdb? ( >=sys-apps/hwids-20130326.1[udev] ) + openrc? ( >=sys-fs/udev-init-scripts-25 )" S=${WORKDIR}/systemd-${PV} |