Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 20 Jul 2019 09:21:45
Message-Id: 1563614496.da5b8104f362a7e1c1063c623ae623f619bf3a94.slyfox@gentoo
1 commit: da5b8104f362a7e1c1063c623ae623f619bf3a94
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 20 08:17:08 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 20 09:21:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da5b8104
7
8 ruby-ng.eclass: add missing 'estack' inherit to EAPI=6
9
10 Noticed when ran egencache:
11 $ PORTAGE_ELOG_CLASSES="qa" egencache --repo=gentoo --update --update-use-local-desc --jobs=$(nproc)
12 * Call stack:
13 * ruby-ng.eclass, line 142: Called command_not_found_handle 'eshopts_push' '-o' 'noglob'
14 * ebuild.sh, line 325: Called __qa_source '/gentoo-ebuilds/gentoo/eclass/ruby-fakegem.eclass'
15 * ebuild.sh, line 624: Called source '/gentoo-ebuilds/gentoo/dev-ruby/moneta/moneta-1.1.0.ebuild'
16 * ebuild.sh, line 89: Called die
17
18 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
19
20 eclass/ruby-ng.eclass | 3 +++
21 1 file changed, 3 insertions(+)
22
23 diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass
24 index a6c4c3396b3..0b0ee696d50 100644
25 --- a/eclass/ruby-ng.eclass
26 +++ b/eclass/ruby-ng.eclass
27 @@ -71,6 +71,9 @@ case ${EAPI} in
28 2|3|4|5)
29 inherits="eutils"
30 ;;
31 + 6)
32 + inherits="estack"
33 + ;;
34 esac
35
36 inherit ${inherits} multilib toolchain-funcs ruby-utils