Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 31 Mar 2021 05:20:30
Message-Id: 1617167985.a4e92ae9990ef28fe0d231e4b1c812c9d52179e0.sam@gentoo
1 commit: a4e92ae9990ef28fe0d231e4b1c812c9d52179e0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 31 04:25:09 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 05:19:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4e92ae9
7
8 ruby-fakegem.eclass: mark RUBY_FAKEGEM_{NAME, VERSION} as @PRE_INHERIT
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/ruby-fakegem.eclass | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass
16 index 6fee9eb3e15..715c1df44f6 100644
17 --- a/eclass/ruby-fakegem.eclass
18 +++ b/eclass/ruby-fakegem.eclass
19 @@ -17,12 +17,14 @@
20 inherit ruby-ng
21
22 # @ECLASS-VARIABLE: RUBY_FAKEGEM_NAME
23 +# @PRE_INHERIT
24 # @DESCRIPTION:
25 # Sets the Gem name for the generated fake gemspec.
26 # This variable MUST be set before inheriting the eclass.
27 RUBY_FAKEGEM_NAME="${RUBY_FAKEGEM_NAME:-${PN}}"
28
29 # @ECLASS-VARIABLE: RUBY_FAKEGEM_VERSION
30 +# @PRE_INHERIT
31 # @DESCRIPTION:
32 # Sets the Gem version for the generated fake gemspec.
33 # This variable MUST be set before inheriting the eclass.