diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2008-11-16 01:06:24 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2008-11-16 01:06:24 +0000 |
commit | 6bbcefa473804d09bba902516d0062273fdc9b23 (patch) | |
tree | e683637ddb9ff2e6b09377c44470fdc0340082f4 /sys-fs | |
parent | Version bump. (diff) | |
download | gentoo-2-6bbcefa473804d09bba902516d0062273fdc9b23.tar.gz gentoo-2-6bbcefa473804d09bba902516d0062273fdc9b23.tar.bz2 gentoo-2-6bbcefa473804d09bba902516d0062273fdc9b23.zip |
Remove clean target from BUILD_TARGETS for bug 233910, preventing a
compile error. Thanks to J. Schmidt <Thrawnsmail at arcor dot de>, Jyrki
Launonen <codez_iccd_99 at yahoo dot com>, Felix Meissner <flixxe at
googlemail dot com>, Reinhard Kreim <reini at crimer dot de>, haarp
<liquitsnake at gmx dot net> and Jesus Guerrero <i92guboj at gentoo dot
org>.
(Portage version: 2.1.4.5)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/vhba/ChangeLog | 9 | ||||
-rw-r--r-- | sys-fs/vhba/vhba-1.1.0.ebuild | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/sys-fs/vhba/ChangeLog b/sys-fs/vhba/ChangeLog index c187e4ca2028..db426088074f 100644 --- a/sys-fs/vhba/ChangeLog +++ b/sys-fs/vhba/ChangeLog @@ -1,6 +1,13 @@ # 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.7 2008/08/22 22:07:29 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/ChangeLog,v 1.8 2008/11/16 01:06:24 vanquirius Exp $ + + 16 Nov 2008; Marcelo Goes <vanquirius@gentoo.org> vhba-1.1.0.ebuild: + Remove clean target from BUILD_TARGETS for bug 233910, preventing a compile + error. Thanks to J. Schmidt <Thrawnsmail at arcor dot de>, Jyrki Launonen + <codez_iccd_99 at yahoo dot com>, Felix Meissner <flixxe at googlemail dot + com>, Reinhard Kreim <reini at crimer dot de>, haarp <liquitsnake at gmx dot + net> and Jesus Guerrero <i92guboj at gentoo dot org>. 22 Aug 2008; Markus Meier <maekke@gentoo.org> vhba-1.0.0.ebuild: amd64 stable, bug #232566 diff --git a/sys-fs/vhba/vhba-1.1.0.ebuild b/sys-fs/vhba/vhba-1.1.0.ebuild index ef4106b7bb7d..924ae03f0024 100644 --- a/sys-fs/vhba/vhba-1.1.0.ebuild +++ b/sys-fs/vhba/vhba-1.1.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.1.0.ebuild,v 1.1 2008/07/16 00:56:51 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-1.1.0.ebuild,v 1.2 2008/11/16 01:06:24 vanquirius Exp $ inherit linux-info linux-mod eutils @@ -18,7 +18,7 @@ RDEPEND="" S="${WORKDIR}/vhba-module-${PV}" MODULE_NAMES="vhba(block:${S})" -BUILD_TARGETS="clean all" +BUILD_TARGETS="all" pkg_setup() { CONFIG_CHECK="~BLK_DEV_SR ~CHR_DEV_SG" |