skel.ebuild: Update comments for inherit, SLOT, KEYWORDS.
authorUlrich Müller <ulm@gentoo.org>
Mon, 1 Jan 2018 11:17:19 +0000 (12:17 +0100)
committerUlrich Müller <ulm@gentoo.org>
Tue, 2 Jan 2018 09:10:11 +0000 (10:10 +0100)
commite176bb889db81081f5f991232d0c6604bbe47713
tree890639c7a88e921f026297477ca8d93590e3db08
parentfa55ec80af6d90d93960b4bc32e4c4005870c716
skel.ebuild: Update comments for inherit, SLOT, KEYWORDS.

Change the example used for inherit. Also comment the inherit line,
since not every ebuild will use it.

Empty SLOT doesn't disable slots, but is outright illegal in all EAPIs.
Similar for KEYWORDS="*", which isn't "deprecated" but invalid.

Replace x86 by amd64 as an example, where appropriate.
skel.ebuild