public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-portage/eix/files: eix-0.27.5-commentlines.patch eix-0.2.5-commentlines.patch
@ 2012-12-06  2:38 Ian Stakenvicius (axs)
  0 siblings, 0 replies; only message in thread
From: Ian Stakenvicius (axs) @ 2012-12-06  2:38 UTC (permalink / raw
  To: gentoo-commits

axs         12/12/06 02:38:17

  Added:                eix-0.27.5-commentlines.patch
  Removed:              eix-0.2.5-commentlines.patch
  Log:
  fixed typo in patchname
  
  (Portage version: 2.1.11.33/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)

Revision  Changes    Path
1.1                  app-portage/eix/files/eix-0.27.5-commentlines.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/files/eix-0.27.5-commentlines.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/files/eix-0.27.5-commentlines.patch?rev=1.1&content-type=text/plain

Index: eix-0.27.5-commentlines.patch
===================================================================
--- src/portage/mask_list.cc
+++ src/portage/mask_list.cc
@@ -36,7 +36,7 @@ bool
 MaskList<Mask>::add_file(const char *file, Mask::Type mask_type, bool recursive, bool keep_commentlines)
 {
 	vector<string> lines;
-	if(!pushback_lines(file, &lines, false, recursive, (keep_commentlines ? -1 : 0))) {
+	if(!pushback_lines(file, &lines, false, recursive, (keep_commentlines ? -1 : 1))) {
 		return false;
 	}
 	bool added(false), finishcomment(false);





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

only message in thread, other threads:[~2012-12-06  2:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-06  2:38 [gentoo-commits] gentoo-x86 commit in app-portage/eix/files: eix-0.27.5-commentlines.patch eix-0.2.5-commentlines.patch Ian Stakenvicius (axs)

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