diff options
author | Christian Heim <phreak@gentoo.org> | 2007-01-15 13:07:53 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-01-15 13:07:53 +0000 |
commit | 41d5bbaca7e37e6e8a5ea64323d71547683684ce (patch) | |
tree | b5a691f13a4e6794f3ee29d313f906f79f598394 /net-wireless/ipw2200-firmware/ipw2200-firmware-2.3.ebuild | |
parent | Fixing the DEPEND syntax (#162183). (diff) | |
download | gentoo-2-41d5bbaca7e37e6e8a5ea64323d71547683684ce.tar.gz gentoo-2-41d5bbaca7e37e6e8a5ea64323d71547683684ce.tar.bz2 gentoo-2-41d5bbaca7e37e6e8a5ea64323d71547683684ce.zip |
Fixing the DEPEND syntax (#162183).
(Portage version: 2.1.2)
Diffstat (limited to 'net-wireless/ipw2200-firmware/ipw2200-firmware-2.3.ebuild')
-rw-r--r-- | net-wireless/ipw2200-firmware/ipw2200-firmware-2.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-wireless/ipw2200-firmware/ipw2200-firmware-2.3.ebuild b/net-wireless/ipw2200-firmware/ipw2200-firmware-2.3.ebuild index 29f9242f0185..4f0b43de4d5a 100644 --- a/net-wireless/ipw2200-firmware/ipw2200-firmware-2.3.ebuild +++ b/net-wireless/ipw2200-firmware/ipw2200-firmware-2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/ipw2200-firmware/ipw2200-firmware-2.3.ebuild,v 1.2 2005/08/16 12:32:47 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/ipw2200-firmware/ipw2200-firmware-2.3.ebuild,v 1.3 2007/01/15 13:07:53 phreak Exp $ MY_P=${P/firmware/fw} S=${WORKDIR} @@ -15,7 +15,7 @@ SLOT="${PV}" KEYWORDS="~amd64 x86" IUSE="" -DEPEND=">=sys-apps/hotplug-20040923" +DEPEND="|| ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 )" src_install() { insinto /lib/firmware |