Gentoo Archives: gentoo-dev

From: Jason Zaman <perfinion@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH 1/3] check-reqs.eclass: update to EAPI7
Date: Fri, 21 Sep 2018 16:08:04
Message-Id: 20180921160754.GA56214@baraddur.perfinion.com
In Reply to: [gentoo-dev] [PATCH 1/3] check-reqs.eclass: update to EAPI7 by Jason Zaman
1 All three of these patches are now in the tree :)
2 -- Jason
3 On Tue, Sep 18, 2018 at 02:38:15PM +0800, Jason Zaman wrote:
4 > Signed-off-by: Jason Zaman <perfinion@g.o>
5 > ---
6 > eclass/check-reqs.eclass | 4 ++--
7 > 1 file changed, 2 insertions(+), 2 deletions(-)
8 >
9 > diff --git a/eclass/check-reqs.eclass b/eclass/check-reqs.eclass
10 > index d1ed395c8b1..689944c8770 100644
11 > --- a/eclass/check-reqs.eclass
12 > +++ b/eclass/check-reqs.eclass
13 > @@ -7,7 +7,7 @@
14 > # @AUTHOR:
15 > # Bo Ørsted Andresen <zlin@g.o>
16 > # Original Author: Ciaran McCreesh <ciaranm@g.o>
17 > -# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6
18 > +# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 7
19 > # @BLURB: Provides a uniform way of handling ebuild which have very high build requirements
20 > # @DESCRIPTION:
21 > # This eclass provides a uniform way of handling ebuilds which have very high
22 > @@ -63,7 +63,7 @@ if [[ ! ${_CHECK_REQS_ECLASS_} ]]; then
23 > EXPORT_FUNCTIONS pkg_setup
24 > case "${EAPI:-0}" in
25 > 0|1|2|3) ;;
26 > - 4|5|6) EXPORT_FUNCTIONS pkg_pretend ;;
27 > + 4|5|6|7) EXPORT_FUNCTIONS pkg_pretend ;;
28 > *) die "EAPI=${EAPI} is not supported" ;;
29 > esac
30 >
31 > --
32 > 2.16.4
33 >
34 >