Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH] skel.ebuild: Update comments for inherit, SLOT, KEYWORDS.
Date: Sun, 31 Dec 2017 19:34:59
Message-Id: 23113.15319.342631.248991@a1i15.kph.uni-mainz.de
In Reply to: Re: [gentoo-dev] [PATCH] skel.ebuild: Update comments for inherit, SLOT, KEYWORDS. by Mart Raudsepp
1 >>>>> On Sun, 31 Dec 2017, Mart Raudsepp wrote:
2
3 > On Sun, 2017-12-31 at 14:31 +0100, Ulrich Müller wrote:
4 >> -# DO NOT USE KEYWORDS="*".  This is deprecated and only for backward
5 >> -# compatibility reasons.
6 >> +# Do not use KEYWORDS="*".  This is not valid in an ebuild context.
7 >>  KEYWORDS="~x86"
8
9 > Maybe update to KEYWORDS="~amd64" while here?
10
11 Done.