Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: ruby@g.o, Naohiro Aota <naota@g.o>
Subject: Re: [gentoo-dev] [PATCH 2/9] ruby-ng-gnome2.eclass: drop support for <EAPI=4
Date: Sun, 16 Feb 2020 05:40:29
Message-Id: 8d363927b48f0c041a10f3f3af166edeb603804c.camel@gentoo.org
In Reply to: [gentoo-dev] [PATCH 2/9] ruby-ng-gnome2.eclass: drop support for by Naohiro Aota
1 On Sat, 2020-02-15 at 21:18 +0900, Naohiro Aota wrote:
2 > Signed-off-by: Naohiro Aota <naota@g.o>
3 > ---
4 > eclass/ruby-ng-gnome2.eclass | 13 +++----------
5 > 1 file changed, 3 insertions(+), 10 deletions(-)
6 >
7 > diff --git a/eclass/ruby-ng-gnome2.eclass b/eclass/ruby-ng-gnome2.eclass
8 > index 4e3c30017e9b..8c8e0c8c0a50 100644
9 > --- a/eclass/ruby-ng-gnome2.eclass
10 > +++ b/eclass/ruby-ng-gnome2.eclass
11 > @@ -6,14 +6,14 @@
12 > # Ruby herd <ruby@g.o>
13 > # @AUTHOR:
14 > # Author: Hans de Graaff <graaff@g.o>
15 > -# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6
16 > +# @SUPPORTED_EAPIS: 4 5 6
17 > # @BLURB: An eclass to simplify handling of various ruby-gnome2 parts.
18 > # @DESCRIPTION:
19 > # This eclass simplifies installation of the various pieces of
20 > # ruby-gnome2 since they share a very common installation procedure.
21 >
22 > case "${EAPI:-0}" in
23 > - 0|1|2|3|4|5|6)
24 > + 4|5|6)
25 > ;;
26 > *)
27 > die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"
28 >
29
30 It's really hard to review this if you provide only minimal context.
31
32 I think you can drop multilib inherit for EAPI 6+.
33
34 Any reason not to support EAPI 7?
35
36 --
37 Best regards,
38 Michał Górny

Attachments

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

Replies