public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pygame/files: config.patch
@ 2009-09-03 12:28 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2009-09-03 12:28 UTC (permalink / raw
  To: gentoo-commits

patrick     09/09/03 12:28:10

  Added:                config.patch
  Log:
  Bump to 1.9.1. Small patch by Lorenz Quack. Fixes #280445
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-python/pygame/files/config.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygame/files/config.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygame/files/config.patch?rev=1.1&content-type=text/plain

Index: config.patch
===================================================================
Index: config_unix.py
===================================================================
--- config_unix.py	(revision 2567)
+++ config_unix.py	(working copy)
@@ -174,7 +174,7 @@
 
     for d in DEPS[1:]:
         if not d.found:
-            if not confirm("""
+            if "-auto" not in sys.argv and not confirm("""
 Warning, some of the pygame dependencies were not found. Pygame can still
 compile and install, but games that depend on those missing dependencies
 will not run. Would you like to continue the configuration?"""):
Index: config_msys.py
===================================================================
--- config_msys.py	(revision 2567)
+++ config_msys.py	(working copy)
@@ -283,7 +283,7 @@
     
     for d in DEPS[1:]:
         if not d.found:
-            if not confirm("""
+            if "-auto" not in sys.argv and not confirm("""
 Warning, some of the pygame dependencies were not found. Pygame can still
 compile and install, but games that depend on those missing dependencies
 will not run. Would you like to continue the configuration?"""):






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-03  7:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-03 12:28 [gentoo-commits] gentoo-x86 commit in dev-python/pygame/files: config.patch Patrick Lauer (patrick)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox