public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/java-config/files: java-config-2.1.8-load_packages.patch
@ 2009-06-09  6:35 Alistair Bush (ali_bush)
  0 siblings, 0 replies; only message in thread
From: Alistair Bush (ali_bush) @ 2009-06-09  6:35 UTC (permalink / raw
  To: gentoo-commits

ali_bush    09/06/09 06:35:36

  Added:                java-config-2.1.8-load_packages.patch
  Log:
  Fix bug #273284
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-java/java-config/files/java-config-2.1.8-load_packages.patch

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

Index: java-config-2.1.8-load_packages.patch
===================================================================
Index: java_config_2/EnvironmentManager.py
===================================================================
--- src/java_config_2/EnvironmentManager.py	(revision 7809)
+++ src/java_config_2/EnvironmentManager.py	(working copy)
@@ -81,7 +81,7 @@
                 raise UnexistingPackageError(name)
 
     def load_packages(self):
-        for package in iter(glob(self.pkg_path) % "*" ):
+        for package in iter(glob(self.pkg_path % "*" )):
             name = basename(dirname(package))
             if name in self.packages:
                 continue






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

only message in thread, other threads:[~2009-06-09  6:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-09  6:35 [gentoo-commits] gentoo-x86 commit in dev-java/java-config/files: java-config-2.1.8-load_packages.patch Alistair Bush (ali_bush)

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