diff options
author | 2012-12-19 16:46:23 +0000 | |
---|---|---|
committer | 2012-12-19 16:46:23 +0000 | |
commit | 83b1cd51315d7c2134637174682f1e3ef26018c9 (patch) | |
tree | d312cef27291b8964e00dd0459355741b556d047 /sys-firmware | |
parent | Depend on pangox-compat if using pango-1.32. (diff) | |
download | gentoo-2-83b1cd51315d7c2134637174682f1e3ef26018c9.tar.gz gentoo-2-83b1cd51315d7c2134637174682f1e3ef26018c9.tar.bz2 gentoo-2-83b1cd51315d7c2134637174682f1e3ef26018c9.zip |
Block -r0 by jannis (bug #447836).
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-firmware')
-rw-r--r-- | sys-firmware/iwl5000-ucode/ChangeLog | 6 | ||||
-rw-r--r-- | sys-firmware/iwl5000-ucode/iwl5000-ucode-8.83.5.1-r1.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-firmware/iwl5000-ucode/ChangeLog b/sys-firmware/iwl5000-ucode/ChangeLog index 0441aafd8c17..c4e106951916 100644 --- a/sys-firmware/iwl5000-ucode/ChangeLog +++ b/sys-firmware/iwl5000-ucode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-firmware/iwl5000-ucode # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl5000-ucode/ChangeLog,v 1.5 2012/12/16 13:14:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl5000-ucode/ChangeLog,v 1.6 2012/12/19 16:46:23 jer Exp $ + + 19 Dec 2012; Jeroen Roovers <jer@gentoo.org> + iwl5000-ucode-8.83.5.1-r1.ebuild: + Block -r0 by jannis (bug #447836). 16 Dec 2012; Agostino Sarubbo <ago@gentoo.org> iwl5000-ucode-8.83.5.1-r1.ebuild: diff --git a/sys-firmware/iwl5000-ucode/iwl5000-ucode-8.83.5.1-r1.ebuild b/sys-firmware/iwl5000-ucode/iwl5000-ucode-8.83.5.1-r1.ebuild index ffda77f080f0..50df8f8b991f 100644 --- a/sys-firmware/iwl5000-ucode/iwl5000-ucode-8.83.5.1-r1.ebuild +++ b/sys-firmware/iwl5000-ucode/iwl5000-ucode-8.83.5.1-r1.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/iwl5000-ucode/iwl5000-ucode-8.83.5.1-r1.ebuild,v 1.2 2012/12/16 13:14:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl5000-ucode/iwl5000-ucode-8.83.5.1-r1.ebuild,v 1.3 2012/12/19 16:46:23 jer Exp $ EAPI=5 inherit linux-info @@ -16,6 +16,7 @@ LICENSE="ipw3945" SLOT="2" KEYWORDS="amd64 ~x86" IUSE="" +RDEPEND="!=${CATEGORY}/${P}" S="${WORKDIR}/${MY_PN}-${MY_PV}" |