Re: [gentoo-portage-dev] [PATCH] xtermTitle: support st (simple terminal)

2017-12-03 Thread Christoph Böhmwalder
On Sun, Dec 03, 2017 at 01:00:37PM -0800, Zac Medico wrote: > Your change will match any TERM value that starts with 'st', which seems > too loose. How about if we match st-256color instead? > -- > Thanks, > Zac > Yes, you're right, though there's still one more issue with that. Although

[gentoo-portage-dev] [PATCH] depgraph: eval disjunctive build deps earlier (bug 639346)

2017-12-03 Thread Zac Medico
Since built-time deps tend to be a superset of run-time deps, evaluate disjunctive build-time deps before run-time deps, so that choices for build-time deps influence choices for run-time deps. Also, fix OnlydepsMinimalTestCase to specify ambiguous_merge_order, since the merge order is affected

[gentoo-portage-dev] [PATCH] xtermTitle: support st (simple terminal)

2017-12-03 Thread Christoph Böhmwalder
Currently users of suckless' simple terminal have to rely on ugly hacks like this in order to make portage display merging progress in the terminals title bar: alias emerge="TERM=xterm emerge" Officially support st by adding it to the list of legal terminals. Signed-off-by: Christoph Böhmwalder