Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 15 Jul 2018 05:58:30
Message-Id: 1531634039.8771e59122d3a596512247d98131cecff8523830.graaff@gentoo
1 commit: 8771e59122d3a596512247d98131cecff8523830
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 15 05:53:59 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 15 05:53:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8771e591
7
8 ruby-single.eclass: allow EAPI 7
9
10 No changes needed, we only provide an environement variable here.
11
12 eclass/ruby-single.eclass | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/eclass/ruby-single.eclass b/eclass/ruby-single.eclass
16 index c42b8911ef2..c2c89390327 100644
17 --- a/eclass/ruby-single.eclass
18 +++ b/eclass/ruby-single.eclass
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 # @ECLASS: ruby-single.eclass
25 @@ -25,7 +25,7 @@ case "${EAPI:-0}" in
26 0|1|2|3)
27 die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}"
28 ;;
29 - 4|5|6)
30 + 4|5|6|7)
31 ;;
32 *)
33 die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"