Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoopm:master commit in: gentoopm/tests/
Date: Sat, 29 Nov 2014 08:57:10
Message-Id: 1417251028.70effea11819a2509d5b9baea5e1c06e1352b01e.mgorny@gentoo
1 commit: 70effea11819a2509d5b9baea5e1c06e1352b01e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 29 08:50:28 2014 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 29 08:50:28 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/gentoopm.git;a=commit;h=70effea1
7
8 Fix tests now that bash is slotted
9
10 ---
11 gentoopm/tests/__init__.py | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/gentoopm/tests/__init__.py b/gentoopm/tests/__init__.py
15 index 82b15b7..800d5ee 100644
16 --- a/gentoopm/tests/__init__.py
17 +++ b/gentoopm/tests/__init__.py
18 @@ -70,10 +70,10 @@ class PackageNames(object):
19 switch to another packages when one of them stops to work.
20 """
21
22 - single = 'bash'
23 + single = 'make'
24 """ Incomplete atom matching a single package. """
25
26 - single_complete = 'app-shells/bash'
27 + single_complete = 'sys-devel/make'
28 """ Complete atom matching a single package. """
29
30 single_use = 'nls'