On Sun, Dec 31, 2017 at 8:31 AM, Ulrich Müller <u...@gentoo.org> wrote: > @@ -63,8 +63,7 @@ SLOT="0" > # For binary packages, use -* and then list the archs the bin package > # exists for. If the package was for an x86 binary package, then > # KEYWORDS would be set like this: KEYWORDS="-* x86" > -# DO NOT USE KEYWORDS="*". This is deprecated and only for backward > -# compatibility reasons. > +# Do not use KEYWORDS="*". This is not valid in an ebuild context. > KEYWORDS="~x86"
Portage actually does support KEYWORDS="*". I believe Funtoo uses this for arch-agnostic packages. Maybe rephrase this as being forbidden by Gentoo policy. The rest of the patch looks ok.