Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/zfs: zfs-9999.ebuild
Date: Sun, 04 Mar 2012 19:46:51
Message-Id: 20120304194638.AF0512004B@flycatcher.gentoo.org
1 mr_bones_ 12/03/04 19:46:38
2
3 Modified: zfs-9999.ebuild
4 Log:
5 add missing test to IUSE
6
7 (Portage version: 2.1.10.44/cvs/Linux i686)
8
9 Revision Changes Path
10 1.15 sys-fs/zfs/zfs-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild?r1=1.14&r2=1.15
15
16 Index: zfs-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- zfs-9999.ebuild 29 Feb 2012 00:29:35 -0000 1.14
23 +++ zfs-9999.ebuild 4 Mar 2012 19:46:38 -0000 1.15
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild,v 1.14 2012/02/29 00:29:35 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild,v 1.15 2012/03/04 19:46:38 mr_bones_ Exp $
29
30 EAPI="4"
31
32 @@ -14,7 +14,7 @@
33 LICENSE="CDDL GPL-2"
34 SLOT="0"
35 KEYWORDS=""
36 -IUSE="custom-cflags debug dracut test-suite static-libs"
37 +IUSE="custom-cflags debug dracut test test-suite static-libs"
38
39 DEPEND="
40 >=sys-kernel/spl-${PV}