Gentoo Archives: gentoo-dev

From: Mike Gilbert <floppym@g.o>
To: Gentoo Dev <gentoo-dev@l.g.o>
Subject: Re: [gentoo-dev] [PATCH] depend.apache.eclass EAPI=6 support
Date: Mon, 05 Dec 2016 00:19:10
Message-Id: CAJ0EP40tNhyu5os+74OwCGg5y-2nYv_p5bJHKVhT9agbBwF-aw@mail.gmail.com
In Reply to: [gentoo-dev] [PATCH] depend.apache.eclass EAPI=6 support by "Andreas K. Huettel"
1 On Sun, Dec 4, 2016 at 6:18 PM, Andreas K. Huettel <dilfridge@g.o> wrote:
2 >
3 > Please review. Given that I'm only tangentially involved with Apache myself, I
4 > would like to keep the changes to the eclass minimal...
5 >
6 > [The last nontrivial changes to the eclass were made in 2012 and 2008.]
7
8 For future patches, please use git send-email if possible. Makes it
9 easier to review in an email client.
10
11 > + declare -f -F get_libdir > /dev/null ||
12
13 Nit: the -F option implies -f; passing both is unnecessary.
14
15 Otherwise, the changes seem fine.