Gentoo Archives: gentoo-dev

From: Pacho Ramos <pacho@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH] depend.apache.eclass: support EAPI-7
Date: Tue, 03 Nov 2020 19:04:24
Message-Id: 786b48885601a1fa8368934943a2ac6b4e67a8cb.camel@gentoo.org
In Reply to: [gentoo-dev] [PATCH] depend.apache.eclass: support EAPI-7 by Marek Szuba
1 El mar, 03-11-2020 a las 17:25 +0100, Marek Szuba escribió:
2 > Signed-off-by: Marek Szuba <marecki@g.o>
3 > ---
4 > eclass/depend.apache.eclass | 6 +++---
5 > 1 file changed, 3 insertions(+), 3 deletions(-)
6 >
7 > diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass
8 > index 79bfdcc493f..5aa55254268 100644
9 > --- a/eclass/depend.apache.eclass
10 > +++ b/eclass/depend.apache.eclass
11 > @@ -1,10 +1,10 @@
12 > -# Copyright 1999-2012 Gentoo Foundation
13 > +# Copyright 1999-2020 Gentoo Authors
14 > # Distributed under the terms of the GNU General Public License v2
15 >
16 > # @ECLASS: depend.apache.eclass
17 > # @MAINTAINER:
18 > # apache-devs@g.o
19 > -# @SUPPORTED_EAPIS: 0 2 3 4 5 6
20 > +# @SUPPORTED_EAPIS: 0 2 3 4 5 6 7
21 > # @BLURB: Functions to allow ebuilds to depend on apache
22 > # @DESCRIPTION:
23 > # This eclass handles depending on apache in a sane way and provides
24 > information
25 > @@ -44,7 +44,7 @@ case ${EAPI:-0} in
26 > 0|2|3|4|5)
27 > inherit multilib
28 > ;;
29 > - 6)
30 > + 6|7)
31 > ;;
32 > *)
33 > die "EAPI=${EAPI} is not supported by depend.apache.eclass"
34
35 If I remember correctly, some important bugs were pending and affecting to
36 eapi6... then, I guess they would also affect eapi7
37 https://bugs.gentoo.org/616612

Attachments

File name MIME type
signature.asc application/pgp-signature