public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-portage/gentoolkit/files: 0.3.0_rc11-eshowkw_indir.patch
@ 2010-11-19 14:24 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2010-11-19 14:24 UTC (permalink / raw
  To: gentoo-commits

scarabeus    10/11/19 14:24:23

  Added:                0.3.0_rc11-eshowkw_indir.patch
  Log:
  Revision bump to fix eshowkw bug 346035
  
  (Portage version: 2.2.0_alpha4/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-portage/gentoolkit/files/0.3.0_rc11-eshowkw_indir.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gentoolkit/files/0.3.0_rc11-eshowkw_indir.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gentoolkit/files/0.3.0_rc11-eshowkw_indir.patch?rev=1.1&content-type=text/plain

Index: 0.3.0_rc11-eshowkw_indir.patch
===================================================================
Index: gentoolkit/pym/gentoolkit/eshowkw/__init__.py
===================================================================
--- gentoolkit/pym/gentoolkit/eshowkw/__init__.py	(revision 856)
+++ gentoolkit/pym/gentoolkit/eshowkw/__init__.py	(revision 857)
@@ -118,9 +118,9 @@
 		if len(ebuilds) <= 0:
 			msg_err = 'No ebuilds at "%s"' % currdir
 			raise SystemExit(msg_err)
-		package= '/'.join(os.path.basename(os.path.abspath('../')), os.path.basename(currdir))
+		package= '%s/%s' % (os.path.basename(os.path.abspath('../')), os.path.basename(currdir))
 		ourtree = os.path.abspath('../../')
-		overlays = ' '.join(ports['PORTDIR_OVERLAY'], ourtree)
+		overlays = '%s %s' % (ports['PORTDIR_OVERLAY'], ourtree)
 		mysettings = portc(env={'PORTDIR_OVERLAY': overlays})
 		dbapi = portdbapi(mysettings=mysettings)
 		# specify that we want just our nice tree we are in cwd






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

only message in thread, other threads:[~2010-11-19 14:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-19 14:24 [gentoo-commits] gentoo-x86 commit in app-portage/gentoolkit/files: 0.3.0_rc11-eshowkw_indir.patch Tomas Chvatal (scarabeus)

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