Gentoo Archives: gentoo-portage-dev

From: Mark Kubacki <wmark@×××××××××.de>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] Re: [PATCH 3/3] Add CPU model name to output of getportageversion as fifth element
Date: Wed, 14 Aug 2013 20:35:20
Message-Id: 520BE81D.3010709@hurrikane.de
In Reply to: [gentoo-portage-dev] [PATCH 3/3] Add CPU model name to output of getportageversion as fifth element by Mark Kubacki
1 On 2013-08-14 22:10, Mark Kubacki wrote:
2 >
3 > return "Portage %s (%s, %s, %s, %s)" % \
4 > - (portage.VERSION, profilever, gccver, ",".join(libcver), unameout)
5 > + (portage.VERSION, profilever, gccver, ",".join(libcver), unameout,
6 > + cpu_model_name)
7
8 That one is missing a %s:
9
10 + return "Portage %s (%s, %s, %s, %s, %s)" % \
11
12 --
13 Mark

Attachments

File name MIME type
smime.p7s application/pkcs7-signature