diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-10-03 19:33:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-10-03 19:33:51 +0000 |
commit | 106e8f15ce4e83b6d983839d8b4ae50f86ede1c6 (patch) | |
tree | 8e6c1072f69e2c0607eb96cd5c07c94bb4f03f66 /sys-firmware | |
parent | Drop useless DEPEND strings -- these work fine w/out udev or hotplug. (diff) | |
download | gentoo-2-106e8f15ce4e83b6d983839d8b4ae50f86ede1c6.tar.gz gentoo-2-106e8f15ce4e83b6d983839d8b4ae50f86ede1c6.tar.bz2 gentoo-2-106e8f15ce4e83b6d983839d8b4ae50f86ede1c6.zip |
Drop useless DEPEND strings -- these work fine w/out udev or hotplug.
(Portage version: 2.2.0_alpha131/cvs/Linux x86_64)
Diffstat (limited to 'sys-firmware')
-rw-r--r-- | sys-firmware/iwl5150-ucode/ChangeLog | 6 | ||||
-rw-r--r-- | sys-firmware/iwl5150-ucode/iwl5150-ucode-8.24.2.2.ebuild | 5 |
2 files changed, 5 insertions, 6 deletions
diff --git a/sys-firmware/iwl5150-ucode/ChangeLog b/sys-firmware/iwl5150-ucode/ChangeLog index 9a850a75b3d5..02370f1342f2 100644 --- a/sys-firmware/iwl5150-ucode/ChangeLog +++ b/sys-firmware/iwl5150-ucode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-firmware/iwl5150-ucode # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl5150-ucode/ChangeLog,v 1.1 2012/08/18 20:12:30 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl5150-ucode/ChangeLog,v 1.2 2012/10/03 19:33:51 vapier Exp $ + + 03 Oct 2012; Mike Frysinger <vapier@gentoo.org> iwl5150-ucode-8.24.2.2.ebuild: + Drop useless DEPEND strings -- these work fine w/out udev or hotplug. 18 Aug 2012; Ulrich Müller <ulm@gentoo.org> +iwl5150-ucode-8.24.2.2.ebuild, +metadata.xml: @@ -15,4 +18,3 @@ 29 Jun 2009; Hanno Boeck <hanno@gentoo.org> +iwl5150-ucode-8.24.2.2.ebuild: Initial commit, resolves #270507. - diff --git a/sys-firmware/iwl5150-ucode/iwl5150-ucode-8.24.2.2.ebuild b/sys-firmware/iwl5150-ucode/iwl5150-ucode-8.24.2.2.ebuild index fbec30688e62..52d856817432 100644 --- a/sys-firmware/iwl5150-ucode/iwl5150-ucode-8.24.2.2.ebuild +++ b/sys-firmware/iwl5150-ucode/iwl5150-ucode-8.24.2.2.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-firmware/iwl5150-ucode/iwl5150-ucode-8.24.2.2.ebuild,v 1.1 2012/08/18 20:12:30 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl5150-ucode/iwl5150-ucode-8.24.2.2.ebuild,v 1.2 2012/10/03 19:33:51 vapier Exp $ MY_PN="iwlwifi-5150-ucode" @@ -12,9 +12,6 @@ LICENSE="ipw3945" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="" - -DEPEND="|| ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 )" S="${WORKDIR}/${MY_PN}-${PV}" |