diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2009-01-01 01:42:33 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2009-01-01 01:42:33 +0000 |
commit | 5f2adb728af026d1e75fc33ca387973c0c430d26 (patch) | |
tree | e324b661e48e4964b4b2e3e47e50b4b45bb34929 | |
parent | Added ~amd64. Fixed dependency. Added RESTRICT="test" (diff) | |
download | gentoo-2-5f2adb728af026d1e75fc33ca387973c0c430d26.tar.gz gentoo-2-5f2adb728af026d1e75fc33ca387973c0c430d26.tar.bz2 gentoo-2-5f2adb728af026d1e75fc33ca387973c0c430d26.zip |
Mark firmware API-2 stable on AMD64 for 2.6.27 as requested by Thomas Pani <thomas.pani@gmail.com> in bug #252610. Tested on a Fujitsu-Siemens Lifebook S6410.
(Portage version: 2.1.6.4/cvs/Linux 2.6.28-04928-g6a94cb7-dirty x86_64)
-rw-r--r-- | net-wireless/iwl4965-ucode/ChangeLog | 9 | ||||
-rw-r--r-- | net-wireless/iwl4965-ucode/iwl4965-ucode-228.57.2.21.ebuild | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/net-wireless/iwl4965-ucode/ChangeLog b/net-wireless/iwl4965-ucode/ChangeLog index 5a34163ac817..5415df11fda7 100644 --- a/net-wireless/iwl4965-ucode/ChangeLog +++ b/net-wireless/iwl4965-ucode/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-wireless/iwl4965-ucode -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/iwl4965-ucode/ChangeLog,v 1.9 2008/08/15 22:07:41 chainsaw Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/iwl4965-ucode/ChangeLog,v 1.10 2009/01/01 01:42:33 chainsaw Exp $ + + 01 Jan 2009; <chainsaw@gentoo.org> iwl4965-ucode-228.57.2.21.ebuild: + Mark firmware API-2 stable on AMD64 for 2.6.27 as requested by Thomas Pani + <thomas.pani@gmail.com> in bug #252610. Tested on a Fujitsu-Siemens + Lifebook S6410. *iwl4965-ucode-228.57.2.21 (15 Aug 2008) diff --git a/net-wireless/iwl4965-ucode/iwl4965-ucode-228.57.2.21.ebuild b/net-wireless/iwl4965-ucode/iwl4965-ucode-228.57.2.21.ebuild index a521a63423ee..9e845cc93616 100644 --- a/net-wireless/iwl4965-ucode/iwl4965-ucode-228.57.2.21.ebuild +++ b/net-wireless/iwl4965-ucode/iwl4965-ucode-228.57.2.21.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/iwl4965-ucode/iwl4965-ucode-228.57.2.21.ebuild,v 1.1 2008/08/15 22:07:41 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/iwl4965-ucode/iwl4965-ucode-228.57.2.21.ebuild,v 1.2 2009/01/01 01:42:33 chainsaw Exp $ MY_PN="iwlwifi-4965-ucode" @@ -10,7 +10,7 @@ SRC_URI="http://intellinuxwireless.org/iwlwifi/downloads/${MY_PN}-${PV}.tgz" LICENSE="Intel" SLOT="1" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND="|| ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 )" |