Gentoo Archives: gentoo-commits

From: "André Erdmann" <dywi@×××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/R_overlay:master commit in: tests/static/
Date: Sat, 23 Aug 2014 19:03:16
Message-Id: 1408820378.e51ee9a2485f1acdffb03a45659e7e525340c08b.dywi@gentoo
1 commit: e51ee9a2485f1acdffb03a45659e7e525340c08b
2 Author: André Erdmann <dywi <AT> mailerd <DOT> de>
3 AuthorDate: Sat Aug 23 18:59:38 2014 +0000
4 Commit: André Erdmann <dywi <AT> mailerd <DOT> de>
5 CommitDate: Sat Aug 23 18:59:38 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=e51ee9a2
7
8 tests, data: reflect SLOT rule changes
9
10 ---
11 tests/static/depres.py | 14 +++++++-------
12 1 file changed, 7 insertions(+), 7 deletions(-)
13
14 diff --git a/tests/static/depres.py b/tests/static/depres.py
15 index 5b8c98e..85ff7ae 100644
16 --- a/tests/static/depres.py
17 +++ b/tests/static/depres.py
18 @@ -33,9 +33,9 @@ DEPRES_DATA = {
19 DONT_RESOLVE ( "p2 !5" ),
20 DONT_RESOLVE ( "p2 !=5" ),
21 DONT_RESOLVE ( "p3 1." ),
22 - ( "p3 2.1.0", "cat/pkg:1" ),
23 - ( "p4 5.4.3.2.1", "cat/pkg:5=" ),
24 - ( "p5 4", "cat/pkg:99/2" ),
25 + ( "p3 =2.1.0", "cat/pkg:1" ),
26 + ( "p4 =5.4.3.2.1", "cat/pkg:5=" ),
27 + ( "p5 =4", "cat/pkg:99/2" ),
28 ),
29
30 'selfdeps': (
31 @@ -123,7 +123,7 @@ DEPRES_DATA = {
32 DEPRES_RULES = {
33 'fftw': (
34 'sci-libs/fftw {', 'fftw', '}',
35 - '~sci-libs/fftw:+v:s=..1 :: fftw',
36 + '~sci-libs/fftw:wide_match:+v:s=..1 :: fftw',
37 '~sci-libs/fftw :: fftw',
38 ),
39
40 @@ -167,13 +167,13 @@ DEPRES_RULES = {
41 '}',
42 ),
43 'example5': (
44 - '~sci-libs/fftw:s=0..1 :: fftw',
45 + '~sci-libs/fftw:wide_match:s=0..1 :: fftw',
46 ),
47 'example6': (
48 - '~sci-libs/fftw:s=0..1:restrict=2.1,3.0: :: fftw',
49 + '~sci-libs/fftw:wide_match:s=0..1:restrict=2.1,3.0: :: fftw',
50 ),
51 'example7': (
52 - '~sci-libs/fftw:s=i3.0:r=3.0,3.1,3.2,3.3 :: fftw',
53 + '~sci-libs/fftw:wide_match:s=i3.0:r=3.0,3.1,3.2,3.3 :: fftw',
54 ),
55 }