summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2008-08-22 22:07:29 +0000
committerMarkus Meier <maekke@gentoo.org>2008-08-22 22:07:29 +0000
commit39956fc44c4894a794ba3838af16db39148d8990 (patch)
treefb14013c163179e17eef7e2829badd5f99c1de4c /sys-fs
parentadd GLEP 56 USE flag desc from use.local.desc (diff)
downloadgentoo-2-39956fc44c4894a794ba3838af16db39148d8990.tar.gz
gentoo-2-39956fc44c4894a794ba3838af16db39148d8990.tar.bz2
gentoo-2-39956fc44c4894a794ba3838af16db39148d8990.zip
amd64 stable, bug #232566
(Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc4 i686)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/vhba/ChangeLog5
-rw-r--r--sys-fs/vhba/vhba-1.0.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/vhba/ChangeLog b/sys-fs/vhba/ChangeLog
index 1071a343f7ac..c187e4ca2028 100644
--- a/sys-fs/vhba/ChangeLog
+++ b/sys-fs/vhba/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/vhba
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/ChangeLog,v 1.6 2008/08/03 20:45:48 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/ChangeLog,v 1.7 2008/08/22 22:07:29 maekke Exp $
+
+ 22 Aug 2008; Markus Meier <maekke@gentoo.org> vhba-1.0.0.ebuild:
+ amd64 stable, bug #232566
03 Aug 2008; Marcelo Goes <vanquirius@gentoo.org> vhba-1.0.0.ebuild:
Scatterlist patch should be for kernels >= 2.6.25, not just 2.6.25. Thanks
diff --git a/sys-fs/vhba/vhba-1.0.0.ebuild b/sys-fs/vhba/vhba-1.0.0.ebuild
index 4e9a33409c0c..b46ec9af232e 100644
--- a/sys-fs/vhba/vhba-1.0.0.ebuild
+++ b/sys-fs/vhba/vhba-1.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-1.0.0.ebuild,v 1.5 2008/08/03 20:45:48 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-1.0.0.ebuild,v 1.6 2008/08/22 22:07:29 maekke Exp $
inherit linux-info linux-mod eutils
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/cdemu/vhba-module-${PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND=">=virtual/linux-sources-2.6.19"