Re: [gentoo-portage-dev] [PATCH] egencache: Always output EAPI=0 in cache entries

2015-08-11 Thread Brian Dolbec
On Tue, 11 Aug 2015 10:54:10 -0700 Zac Medico wrote: > On 08/11/2015 10:38 AM, Michał Górny wrote: > > Remove the code skipping EAPI=0 output in cache entries. There is > > really no reason to treat EAPI=0 specially here, and this makes the > > output more consistent. > > --- > > bin/egencache |

Re: [gentoo-portage-dev] [PATCH] egencache: Always output EAPI=0 in cache entries

2015-08-11 Thread Zac Medico
On 08/11/2015 10:38 AM, Michał Górny wrote: > Remove the code skipping EAPI=0 output in cache entries. There is really > no reason to treat EAPI=0 specially here, and this makes the output more > consistent. > --- > bin/egencache | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/bin/egenc

[gentoo-portage-dev] [PATCH] egencache: Always output EAPI=0 in cache entries

2015-08-11 Thread Michał Górny
Remove the code skipping EAPI=0 output in cache entries. There is really no reason to treat EAPI=0 specially here, and this makes the output more consistent. --- bin/egencache | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/egencache b/bin/egencache index 6075ccf..5c00248 100755 --- a/bin