diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-08-06 18:20:39 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-08-06 18:20:39 +0000 |
commit | 2987efaf6c1d4de0f4a906baf34761cf7d68aaeb (patch) | |
tree | 9fec38e876f1ad62247d109657555624a07f07c1 /sys-fs/vhba/vhba-20120422.ebuild | |
parent | Version bump. Drop x86 keyword due to new dev-ruby/temple dependency, bug 430... (diff) | |
download | historical-2987efaf6c1d4de0f4a906baf34761cf7d68aaeb.tar.gz historical-2987efaf6c1d4de0f4a906baf34761cf7d68aaeb.tar.bz2 historical-2987efaf6c1d4de0f4a906baf34761cf7d68aaeb.zip |
Update the udev dep to be satisfied by systemd as well.
Package-Manager: portage-2.2.0_alpha120_p6/cvs/Linux x86_64
Diffstat (limited to 'sys-fs/vhba/vhba-20120422.ebuild')
-rw-r--r-- | sys-fs/vhba/vhba-20120422.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/vhba/vhba-20120422.ebuild b/sys-fs/vhba/vhba-20120422.ebuild index 7c474f0bc545..bec8e0d8465c 100644 --- a/sys-fs/vhba/vhba-20120422.ebuild +++ b/sys-fs/vhba/vhba-20120422.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-20120422.ebuild,v 1.2 2012/07/16 07:20:03 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-20120422.ebuild,v 1.3 2012/08/06 18:20:39 mgorny Exp $ EAPI="4" @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~hppa ~x86" IUSE="" -RDEPEND=">=sys-fs/udev-125" +RDEPEND="|| ( >=sys-fs/udev-125 >=sys-apps/systemd-187 )" DEPEND="" S=${WORKDIR}/${MY_P} |