public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/pkgcore/files: 0.6.5-fix-screwup-in-incrementals-removal.patch
@ 2011-06-24 19:51 Brian Harring (ferringb)
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Harring (ferringb) @ 2011-06-24 19:51 UTC (permalink / raw
  To: gentoo-commits

ferringb    11/06/24 19:51:26

  Added:                0.6.5-fix-screwup-in-incrementals-removal.patch
  Log:
  fix user profiles from /etc/portage/profiles in 0.6.5; reported by mgorny
  
  (Portage version: 2.1.10.3/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sys-apps/pkgcore/files/0.6.5-fix-screwup-in-incrementals-removal.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pkgcore/files/0.6.5-fix-screwup-in-incrementals-removal.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pkgcore/files/0.6.5-fix-screwup-in-incrementals-removal.patch?rev=1.1&content-type=text/plain

Index: 0.6.5-fix-screwup-in-incrementals-removal.patch
===================================================================
From 6ada9442149d881271afcf8560db4a1b74a5eeaf Mon Sep 17 00:00:00 2001
From: Brian Harring <ferringb@gmail.com>
Date: Fri, 24 Jun 2011 12:46:38 -0700
Subject: [PATCH] fix screwup in incrementals removal

---
 pkgcore/ebuild/profiles.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkgcore/ebuild/profiles.py b/pkgcore/ebuild/profiles.py
index 1fa91c6..ba7f251 100644
--- a/pkgcore/ebuild/profiles.py
+++ b/pkgcore/ebuild/profiles.py
@@ -451,9 +451,9 @@ class UserProfile(OnDiskProfile):
         typename='profile')
 
     def __init__(self, user_path, parent_path, parent_profile,
-        incrementals=const.incrementals, load_profiles_base=False):
+        load_profiles_base=False):
         OnDiskProfile.__init__(self, parent_path, parent_profile,
-            incrementals, load_profiles_base)
+            load_profiles_base)
         self.node = UserProfileNode(user_path, pjoin(parent_path, parent_profile))
 
 
-- 
1.7.5.3







^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/pkgcore/files: 0.6.5-fix-screwup-in-incrementals-removal.patch
@ 2011-10-27  8:05 Brian Harring (ferringb)
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Harring (ferringb) @ 2011-10-27  8:05 UTC (permalink / raw
  To: gentoo-commits

ferringb    11/10/27 08:05:16

  Removed:              0.6.5-fix-screwup-in-incrementals-removal.patch
  Log:
  add 0.7.3, remove old versions, drop pyparsing dep (pquery --expr only used it, and no longer is an option)
  
  (Portage version: 2.1.10.19/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-10-27  8:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-24 19:51 [gentoo-commits] gentoo-x86 commit in sys-apps/pkgcore/files: 0.6.5-fix-screwup-in-incrementals-removal.patch Brian Harring (ferringb)
  -- strict thread matches above, loose matches on Subject: below --
2011-10-27  8:05 Brian Harring (ferringb)

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