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
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
inherit perl-module
DESCRIPTION="the Cache interface"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
RDEPEND=">=virtual/perl-DB_File-1.72
>=virtual/perl-File-Spec-0.8
dev-perl/File-NFSLock"
DEPEND="${RDEPEND}"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
SRC_TEST="do"