diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-01-18 12:07:32 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-01-18 12:07:32 +0000 |
commit | 1a9b6d43c3f6104cbca494163aeb2c52e7d1ca5e (patch) | |
tree | 72fcab6b2856d692208b267d707f832cdcc8131b /sys-fs/vhba | |
parent | old (diff) | |
download | gentoo-2-1a9b6d43c3f6104cbca494163aeb2c52e7d1ca5e.tar.gz gentoo-2-1a9b6d43c3f6104cbca494163aeb2c52e7d1ca5e.tar.bz2 gentoo-2-1a9b6d43c3f6104cbca494163aeb2c52e7d1ca5e.zip |
Stable for amd64, wrt bug #397709
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/vhba')
-rw-r--r-- | sys-fs/vhba/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/vhba/vhba-20110915.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-fs/vhba/ChangeLog b/sys-fs/vhba/ChangeLog index b8741e1e7c31..985c94314b15 100644 --- a/sys-fs/vhba/ChangeLog +++ b/sys-fs/vhba/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/vhba -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/ChangeLog,v 1.27 2011/12/04 16:44:57 hwoarang Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/ChangeLog,v 1.28 2012/01/18 12:07:32 ago Exp $ + + 18 Jan 2012; Agostino Sarubbo <ago@gentoo.org> vhba-20110915.ebuild: + Stable for amd64, wrt bug #397709 04 Dec 2011; Markos Chandras <hwoarang@gentoo.org> vhba-20101015-r1.ebuild: Stable on amd64 wrt bug #348750 diff --git a/sys-fs/vhba/vhba-20110915.ebuild b/sys-fs/vhba/vhba-20110915.ebuild index 9c5c150949ac..a618c8793b33 100644 --- a/sys-fs/vhba/vhba-20110915.ebuild +++ b/sys-fs/vhba/vhba-20110915.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-20110915.ebuild,v 1.1 2011/11/23 09:40:00 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-20110915.ebuild,v 1.2 2012/01/18 12:07:32 ago Exp $ EAPI="4" @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/cdemu/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND=">=sys-fs/udev-125" |