diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-10-03 19:34:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-10-03 19:34:02 +0000 |
commit | de9f320aeb1c21c5a6b69c30ba8589e2b86c5d68 (patch) | |
tree | 7c26361fea62c0b7f526a43b0c439588952161fe /sys-firmware/iwl6000-ucode | |
parent | Drop useless DEPEND strings -- these work fine w/out udev or hotplug. (diff) | |
download | gentoo-2-de9f320aeb1c21c5a6b69c30ba8589e2b86c5d68.tar.gz gentoo-2-de9f320aeb1c21c5a6b69c30ba8589e2b86c5d68.tar.bz2 gentoo-2-de9f320aeb1c21c5a6b69c30ba8589e2b86c5d68.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/iwl6000-ucode')
-rw-r--r-- | sys-firmware/iwl6000-ucode/ChangeLog | 9 | ||||
-rw-r--r-- | sys-firmware/iwl6000-ucode/iwl6000-ucode-9.221.4.1.ebuild | 5 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sys-firmware/iwl6000-ucode/ChangeLog b/sys-firmware/iwl6000-ucode/ChangeLog index 12fcf0ef5810..3f99e52ba41d 100644 --- a/sys-firmware/iwl6000-ucode/ChangeLog +++ b/sys-firmware/iwl6000-ucode/ChangeLog @@ -1,6 +1,10 @@ -# ChangeLog for net-wireless/iwl6000-ucode +# ChangeLog for sys-firmware/iwl6000-ucode # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl6000-ucode/ChangeLog,v 1.1 2012/08/17 14:56:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl6000-ucode/ChangeLog,v 1.2 2012/10/03 19:34:02 vapier Exp $ + + 03 Oct 2012; Mike Frysinger <vapier@gentoo.org> + iwl6000-ucode-9.221.4.1.ebuild: + Drop useless DEPEND strings -- these work fine w/out udev or hotplug. 15 Aug 2012; Johannes Huber <johu@gentoo.org> iwl6000-ucode-9.221.4.1.ebuild: Stable for x86, wrt bug #430770 @@ -29,4 +33,3 @@ 10 Jun 2010; Diego E. Pettenò <flameeyes@gentoo.org> +iwl6000-ucode-9.193.4.1.ebuild, +metadata.xml: Initial import of ucode for IWL 6000 series cards. - diff --git a/sys-firmware/iwl6000-ucode/iwl6000-ucode-9.221.4.1.ebuild b/sys-firmware/iwl6000-ucode/iwl6000-ucode-9.221.4.1.ebuild index c98895611164..598acf424314 100644 --- a/sys-firmware/iwl6000-ucode/iwl6000-ucode-9.221.4.1.ebuild +++ b/sys-firmware/iwl6000-ucode/iwl6000-ucode-9.221.4.1.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/iwl6000-ucode/iwl6000-ucode-9.221.4.1.ebuild,v 1.1 2012/08/17 14:56:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl6000-ucode/iwl6000-ucode-9.221.4.1.ebuild,v 1.2 2012/10/03 19:34:02 vapier Exp $ MY_PN="iwlwifi-6000-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}" |