dev-perl/Cache: Normalise variable order
authorKent Fredric <kentnl@gentoo.org>
Tue, 16 Aug 2016 10:06:52 +0000 (22:06 +1200)
committerKent Fredric <kentnl@gentoo.org>
Thu, 18 Aug 2016 03:00:50 +0000 (15:00 +1200)
commit921cf27f622f860fb3f96f5232f33607ca703f09
tree6e26a3c421e420a4846954337e330307403b28dc
parent897483b3964452645644e658c86b354518f6dd76
dev-perl/Cache: Normalise variable order

This ebuild had a very unusual variable order where KEYWORDS
was buried at the bottom.

This makes any tooling that relies on determining keyword
and dependency matches in a single pass more complicated and harder
to be efficient, because it means you have to read the whole
file in every case just in case keywords are declared after dependencies.

Tooling that makes this mistake is fixable, but a more consistent
standard of ebuild also helps a lot.

Package-Manager: portage-2.3.0
dev-perl/Cache/Cache-2.40.0-r1.ebuild