Re: [RFC PATCH gentoolkit] bin: Add merge-driver-ekeyword

Junio C Hamano <[email protected]> Wed, 23 Dec 2020 11:46:44 -0800
Newsgroups gmane.comp.version-control.git,gmane.linux.gentoo.portage.devel
Message-ID <[email protected]>
Beat Bolli <[email protected]> writes:

> You can probably put each of the keywords on a separate line:
>
> KEYWORDS="
> ~alpha
> ~amd64
> ~arm
> ~arm64
> ~hppa
> ~ia64
> ~mips
> ~ppc
> ~ppc64
> ~riscv
> ~s390
> ~sparc~x86
> "
>
> The shell should handle both forms about the same.

I agree that it is a more practical approach than writing an one-off
merge driver.