Re: [gentoo-dev] [PATCH 2/3] savedconfig.eclass: Always quote filename in output

2019-08-03 Thread Joonas Niilola
On 8/3/19 11:49 PM, Mike Gilbert wrote: > On Sat, Aug 3, 2019 at 12:21 PM Ulrich Mueller wrote: >>> On Sat, 03 Aug 2019, Thomas Deutschmann wrote: >>> + ewarn "provide a configuration file in >>> ${PORTAGE_CONFIGROOT%/}/etc/portage/savedconfig/${CATEGORY}/${PN}" >> Long line. > H

Re: [gentoo-dev] [PATCH 2/3] savedconfig.eclass: Always quote filename in output

2019-08-03 Thread Hans de Graaff
On Sat, 2019-08-03 at 16:49 -0400, Mike Gilbert wrote: > On Sat, Aug 3, 2019 at 12:21 PM Ulrich Mueller > wrote: > > > > > > > On Sat, 03 Aug 2019, Thomas Deutschmann wrote: > > > + ewarn "provide a configuration file in > > > ${PORTAGE_CONFIGROOT%/}/etc/portage/savedconfig/${CATEGORY}

Re: [gentoo-dev] [PATCH 2/3] savedconfig.eclass: Always quote filename in output

2019-08-03 Thread Mike Gilbert
On Sat, Aug 3, 2019 at 12:21 PM Ulrich Mueller wrote: > > > On Sat, 03 Aug 2019, Thomas Deutschmann wrote: > > > + ewarn "provide a configuration file in > > ${PORTAGE_CONFIGROOT%/}/etc/portage/savedconfig/${CATEGORY}/${PN}" > > Long line. How would you shorten it? Splitting it a

Re: [gentoo-dev] [PATCH 2/3] savedconfig.eclass: Always quote filename in output

2019-08-03 Thread Ulrich Mueller
> On Sat, 03 Aug 2019, Thomas Deutschmann wrote: > + ewarn "provide a configuration file in > ${PORTAGE_CONFIGROOT%/}/etc/portage/savedconfig/${CATEGORY}/${PN}" Long line. signature.asc Description: PGP signature

[gentoo-dev] [PATCH 2/3] savedconfig.eclass: Always quote filename in output

2019-08-03 Thread Thomas Deutschmann
Signed-off-by: Thomas Deutschmann --- eclass/savedconfig.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/savedconfig.eclass b/eclass/savedconfig.eclass index b96f55d4c27c..5c6fd228269c 100644 --- a/eclass/savedconfig.eclass +++ b/eclass/savedconfig.eclass @