Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: "Michał Górny" <mgorny@g.o>
Cc: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH] readme.gentoo.eclass EAPI 6 support
Date: Wed, 09 Dec 2015 08:40:18
Message-Id: 22119.59608.886571.526798@a1i15.kph.uni-mainz.de
In Reply to: Re: [gentoo-dev] [PATCH] readme.gentoo.eclass EAPI 6 support by "Michał Górny"
1 >>>>> On Wed, 9 Dec 2015, Michał Górny wrote:
2
3 >> AFAICS there are no particular EAPI 6 features this eclass could
4 >> make use of, so we can simply add 6 to the case pattern.
5
6 > We could use EAPI 6 as an opportunity to fix the API and stop
7 > overriding src_install() randomly.
8
9 I'm not fond of cluttering the eclass with so-called EAPI conditionals
10 that have nothing to do with the EAPI in question. If the eclass's API
11 is changed, making a new revision of the eclass is much cleaner.
12
13 Ulrich