From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B5AD213877A for ; Sat, 23 Aug 2014 19:03:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26749E098A; Sat, 23 Aug 2014 19:03:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 608AAE0991 for ; Sat, 23 Aug 2014 19:03:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE1FF3402E6 for ; Sat, 23 Aug 2014 19:03:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 310A43C4C for ; Sat, 23 Aug 2014 19:03:06 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1408820378.e51ee9a2485f1acdffb03a45659e7e525340c08b.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: tests/static/ X-VCS-Repository: proj/R_overlay X-VCS-Files: tests/static/depres.py X-VCS-Directories: tests/static/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: e51ee9a2485f1acdffb03a45659e7e525340c08b X-VCS-Branch: master Date: Sat, 23 Aug 2014 19:03:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d0e25a61-52b2-495e-a235-94c82be0cf79 X-Archives-Hash: f14baeee71be2eca621322cde5dac36c commit: e51ee9a2485f1acdffb03a45659e7e525340c08b Author: André Erdmann mailerd de> AuthorDate: Sat Aug 23 18:59:38 2014 +0000 Commit: André Erdmann mailerd de> CommitDate: Sat Aug 23 18:59:38 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=e51ee9a2 tests, data: reflect SLOT rule changes --- tests/static/depres.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/static/depres.py b/tests/static/depres.py index 5b8c98e..85ff7ae 100644 --- a/tests/static/depres.py +++ b/tests/static/depres.py @@ -33,9 +33,9 @@ DEPRES_DATA = { DONT_RESOLVE ( "p2 !5" ), DONT_RESOLVE ( "p2 !=5" ), DONT_RESOLVE ( "p3 1." ), - ( "p3 2.1.0", "cat/pkg:1" ), - ( "p4 5.4.3.2.1", "cat/pkg:5=" ), - ( "p5 4", "cat/pkg:99/2" ), + ( "p3 =2.1.0", "cat/pkg:1" ), + ( "p4 =5.4.3.2.1", "cat/pkg:5=" ), + ( "p5 =4", "cat/pkg:99/2" ), ), 'selfdeps': ( @@ -123,7 +123,7 @@ DEPRES_DATA = { DEPRES_RULES = { 'fftw': ( 'sci-libs/fftw {', 'fftw', '}', - '~sci-libs/fftw:+v:s=..1 :: fftw', + '~sci-libs/fftw:wide_match:+v:s=..1 :: fftw', '~sci-libs/fftw :: fftw', ), @@ -167,13 +167,13 @@ DEPRES_RULES = { '}', ), 'example5': ( - '~sci-libs/fftw:s=0..1 :: fftw', + '~sci-libs/fftw:wide_match:s=0..1 :: fftw', ), 'example6': ( - '~sci-libs/fftw:s=0..1:restrict=2.1,3.0: :: fftw', + '~sci-libs/fftw:wide_match:s=0..1:restrict=2.1,3.0: :: fftw', ), 'example7': ( - '~sci-libs/fftw:s=i3.0:r=3.0,3.1,3.2,3.3 :: fftw', + '~sci-libs/fftw:wide_match:s=i3.0:r=3.0,3.1,3.2,3.3 :: fftw', ), }