Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pygame/files: config.patch
Date: Thu, 03 Sep 2009 07:19:36
Message-Id: E1MjBQA-0006la-AY@stork.gentoo.org
1 patrick 09/09/03 12:28:10
2
3 Added: config.patch
4 Log:
5 Bump to 1.9.1. Small patch by Lorenz Quack. Fixes #280445
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-python/pygame/files/config.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygame/files/config.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygame/files/config.patch?rev=1.1&content-type=text/plain
13
14 Index: config.patch
15 ===================================================================
16 Index: config_unix.py
17 ===================================================================
18 --- config_unix.py (revision 2567)
19 +++ config_unix.py (working copy)
20 @@ -174,7 +174,7 @@
21
22 for d in DEPS[1:]:
23 if not d.found:
24 - if not confirm("""
25 + if "-auto" not in sys.argv and not confirm("""
26 Warning, some of the pygame dependencies were not found. Pygame can still
27 compile and install, but games that depend on those missing dependencies
28 will not run. Would you like to continue the configuration?"""):
29 Index: config_msys.py
30 ===================================================================
31 --- config_msys.py (revision 2567)
32 +++ config_msys.py (working copy)
33 @@ -283,7 +283,7 @@
34
35 for d in DEPS[1:]:
36 if not d.found:
37 - if not confirm("""
38 + if "-auto" not in sys.argv and not confirm("""
39 Warning, some of the pygame dependencies were not found. Pygame can still
40 compile and install, but games that depend on those missing dependencies
41 will not run. Would you like to continue the configuration?"""):