From: "Alexander Berntsen" <bernalex@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/_sets/
Date: Mon, 12 May 2014 10:13:56 +0000 (UTC) [thread overview]
Message-ID: <1399889562.0c416cbb70858a5db2a1a23b2e90a95c0a1f2ea8.bernalex@gentoo> (raw)
commit: 0c416cbb70858a5db2a1a23b2e90a95c0a1f2ea8
Author: Alexander Berntsen <bernalex <AT> gentoo <DOT> org>
AuthorDate: Mon May 12 10:12:42 2014 +0000
Commit: Alexander Berntsen <bernalex <AT> gentoo <DOT> org>
CommitDate: Mon May 12 10:12:42 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=0c416cbb
Make b4d8e300c04b768be7cd5c respect max line width
---
pym/portage/_sets/profiles.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/pym/portage/_sets/profiles.py b/pym/portage/_sets/profiles.py
index 48c29de..7135d7f 100644
--- a/pym/portage/_sets/profiles.py
+++ b/pym/portage/_sets/profiles.py
@@ -33,7 +33,9 @@ class PackagesSystemSet(PackageSet):
writemsg_level("\nPackagesSystemSet: profile paths: %s\n" % \
(self._profile_paths,), level=logging.DEBUG, noiselevel=-1)
- mylist = [grabfile_package(os.path.join(x, "packages"), recursive=True, verify_eapi=True) for x in self._profile_paths]
+ mylist = [grabfile_package(os.path.join(x, "packages"),
+ recursive=True,
+ verify_eapi=True) for x in self._profile_paths]
if debug:
writemsg_level("\nPackagesSystemSet: raw packages: %s\n" % \
next reply other threads:[~2014-05-12 10:14 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-12 10:13 Alexander Berntsen [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-12-09 4:25 [gentoo-commits] proj/portage:master commit in: pym/portage/_sets/ Zac Medico
2015-03-09 19:53 Zac Medico
2015-02-11 19:11 Brian Dolbec
2015-02-11 16:17 Brian Dolbec
2014-12-10 20:14 Arfrever Frehtes Taifersar Arahesis
2014-12-08 0:42 Zac Medico
2012-10-18 3:12 Zac Medico
2012-10-18 3:06 Zac Medico
2012-10-18 3:02 Zac Medico
2012-10-18 2:52 Zac Medico
2012-09-05 20:37 Zac Medico
2012-09-04 20:41 Zac Medico
2012-09-04 20:41 Zac Medico
2012-09-02 22:32 Zac Medico
2012-09-02 20:19 Zac Medico
2012-09-01 4:29 Zac Medico
2012-05-14 1:02 Zac Medico
2012-05-14 0:51 Zac Medico
2011-10-28 7:21 Zac Medico
2011-07-24 1:35 Zac Medico
2011-07-21 16:15 Zac Medico
2011-06-06 2:01 Zac Medico
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=1399889562.0c416cbb70858a5db2a1a23b2e90a95c0a1f2ea8.bernalex@gentoo \
--to=bernalex@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