public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ian Stakenvicius (axs)" <axs@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-portage/eix/files: eix-0.27.5-commentlines.patch eix-0.2.5-commentlines.patch
Date: Thu,  6 Dec 2012 02:38:17 +0000 (UTC)	[thread overview]
Message-ID: <20121206023817.DE7352171D@flycatcher.gentoo.org> (raw)

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);





                 reply	other threads:[~2012-12-06  2:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121206023817.DE7352171D@flycatcher.gentoo.org \
    --to=axs@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox