Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sys-devel/spl/
Date: Mon, 02 May 2011 16:26:44
Message-Id: d5470f2782114065874e0132f45f55361ba7a057.alexxy@gentoo
1 commit: d5470f2782114065874e0132f45f55361ba7a057
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 2 16:25:54 2011 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 16:25:54 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d5470f27
7
8 small fixes for spl
9
10 (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key F82F92E6)
11
12 ---
13 sys-devel/spl/spl-0.6.0_rc3.ebuild | 2 +-
14 sys-devel/spl/spl-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-devel/spl/spl-0.6.0_rc3.ebuild b/sys-devel/spl/spl-0.6.0_rc3.ebuild
18 index 4970482..f4d6f93 100644
19 --- a/sys-devel/spl/spl-0.6.0_rc3.ebuild
20 +++ b/sys-devel/spl/spl-0.6.0_rc3.ebuild
21 @@ -18,7 +18,7 @@ KEYWORDS="~amd64 -x86"
22 IUSE=""
23
24 DEPEND="
25 - >=virtual/linux-sources-2.6.32
26 + >=virtual/linux-sources-2.6
27 "
28 RDEPEND=""
29
30
31 diff --git a/sys-devel/spl/spl-9999.ebuild b/sys-devel/spl/spl-9999.ebuild
32 index 2bf68c0..0e0d835 100644
33 --- a/sys-devel/spl/spl-9999.ebuild
34 +++ b/sys-devel/spl/spl-9999.ebuild
35 @@ -19,7 +19,7 @@ KEYWORDS=""
36 IUSE=""
37
38 DEPEND="
39 - >=virtual/linux-sources-2.6.32
40 + >=virtual/linux-sources-2.6
41 "
42 RDEPEND=""