* [ptxdist] [PATCH] ncdu: store options only when package selected
@ 2020-03-29 17:24 Ladislav Michl
2020-03-30 13:06 ` Uwe Kleine-König
0 siblings, 1 reply; 4+ messages in thread
From: Ladislav Michl @ 2020-03-29 17:24 UTC (permalink / raw)
To: ptxdist
Fixes: 2456173c2297 ("ncdu: Add new package")
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
rules/ncdu.in | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/rules/ncdu.in b/rules/ncdu.in
index 362fc733f..36336a2b7 100644
--- a/rules/ncdu.in
+++ b/rules/ncdu.in
@@ -7,8 +7,12 @@ config NCDU
help
Disk usage analyzer with ncurses interface.
+if NCDU
+
config NCDU_WIDE_CHAR
bool
default NCURSES_WIDE_CHAR
+endif
+
# vim: ft=kconfig noet tw=72 ts=8 sw=8
--
2.26.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [PATCH] ncdu: store options only when package selected
2020-03-29 17:24 [ptxdist] [PATCH] ncdu: store options only when package selected Ladislav Michl
@ 2020-03-30 13:06 ` Uwe Kleine-König
2020-03-30 17:36 ` [ptxdist] [PATCH v2] ncdu: store options only when package is selected Ladislav Michl
0 siblings, 1 reply; 4+ messages in thread
From: Uwe Kleine-König @ 2020-03-30 13:06 UTC (permalink / raw)
To: ptxdist
Just a typo alert:
$Subject ~= s/package selected/package is selected/
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-König |
Industrial Linux Solutions | https://www.pengutronix.de/ |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* [ptxdist] [PATCH v2] ncdu: store options only when package is selected
2020-03-30 13:06 ` Uwe Kleine-König
@ 2020-03-30 17:36 ` Ladislav Michl
2020-04-03 5:56 ` [ptxdist] [APPLIED] [v2] " Michael Olbrich
0 siblings, 1 reply; 4+ messages in thread
From: Ladislav Michl @ 2020-03-30 17:36 UTC (permalink / raw)
To: ptxdist
Fixes: 2456173c2297 ("ncdu: Add new package")
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
Changes:
-v2: Adjust Subject as suggested by Uwe Kleine-König
rules/ncdu.in | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/rules/ncdu.in b/rules/ncdu.in
index 362fc733f..36336a2b7 100644
--- a/rules/ncdu.in
+++ b/rules/ncdu.in
@@ -7,8 +7,12 @@ config NCDU
help
Disk usage analyzer with ncurses interface.
+if NCDU
+
config NCDU_WIDE_CHAR
bool
default NCURSES_WIDE_CHAR
+endif
+
# vim: ft=kconfig noet tw=72 ts=8 sw=8
--
2.26.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [APPLIED] [v2] ncdu: store options only when package is selected
2020-03-30 17:36 ` [ptxdist] [PATCH v2] ncdu: store options only when package is selected Ladislav Michl
@ 2020-04-03 5:56 ` Michael Olbrich
0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2020-04-03 5:56 UTC (permalink / raw)
To: ptxdist
Thanks, applied as c087f4db776af540ec511921b21480c2cc8e106c.
Michael
[sent from post-receive hook]
On Fri, 03 Apr 2020 07:56:06 +0200, Ladislav Michl <ladis@linux-mips.org> wrote:
> Fixes: 2456173c2297 ("ncdu: Add new package")
> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> ---
> Changes:
> -v2: Adjust Subject as suggested by Uwe Kleine-König
>
> rules/ncdu.in | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/rules/ncdu.in b/rules/ncdu.in
> index 362fc733f..36336a2b7 100644
> --- a/rules/ncdu.in
> +++ b/rules/ncdu.in
> @@ -7,8 +7,12 @@ config NCDU
> help
> Disk usage analyzer with ncurses interface.
>
> +if NCDU
> +
> config NCDU_WIDE_CHAR
> bool
> default NCURSES_WIDE_CHAR
>
> +endif
> +
> # vim: ft=kconfig noet tw=72 ts=8 sw=8
>
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-04-03 5:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-29 17:24 [ptxdist] [PATCH] ncdu: store options only when package selected Ladislav Michl
2020-03-30 13:06 ` Uwe Kleine-König
2020-03-30 17:36 ` [ptxdist] [PATCH v2] ncdu: store options only when package is selected Ladislav Michl
2020-04-03 5:56 ` [ptxdist] [APPLIED] [v2] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox