Gentoo Archives: gentoo-portage-dev

From: Ulrich Mueller <ulm@g.o>
To: gentoo-portage-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: Re: [gentoo-portage-dev] [PATCH] portage.package.ebuild: Use a fake FILESDIR to catch invalid accesses
Date: Thu, 16 Mar 2017 20:29:48
Message-Id: 22730.62878.992009.206995@a1i15.kph.uni-mainz.de
In Reply to: [gentoo-portage-dev] [PATCH] portage.package.ebuild: Use a fake FILESDIR to catch invalid accesses by "Michał Górny"
1 >>>>> On Thu, 16 Mar 2017, Michał Górny wrote:
2
3 > + mysettings["FILESDIR"] = os.path.join(settings["PORTAGE_BUILDDIR"], "files")
4
5 I believe that this contradicts current PMS 11.1, which defines
6 FILESDIR as follows: "The full path to the package's files directory,
7 used for small support files or patches. See section 4.3."
8
9 So maybe you should first propose a clarification of the PMS wording?
10
11 Ulrich

Replies