public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r9624 - main/branches/2.1.2/bin
@ 2008-03-30  6:57 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2008-03-30  6:57 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2008-03-30 06:57:33 +0000 (Sun, 30 Mar 2008)
New Revision: 9624

Modified:
   main/branches/2.1.2/bin/emerge
Log:
Bug #211365 - Use catpkgsplit() instead of pkgsplit() for a cpv.
(trunk r9623)


Modified: main/branches/2.1.2/bin/emerge
===================================================================
--- main/branches/2.1.2/bin/emerge	2008-03-30 06:57:12 UTC (rev 9623)
+++ main/branches/2.1.2/bin/emerge	2008-03-30 06:57:33 UTC (rev 9624)
@@ -3579,7 +3579,8 @@
 						show_repos = True
 						verboseadd += teal("[%s]" % repoadd)
 
-				xs = list(portage.pkgsplit(x[2]))
+				xs = [portage.cpv_getkey(pkg_key)] + \
+					list(portage.catpkgsplit(pkg_key)[2:])
 				if xs[2] == "r0":
 					xs[2] = ""
 				else:

-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-03-30  6:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-30  6:57 [gentoo-commits] portage r9624 - main/branches/2.1.2/bin Zac Medico (zmedico)

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