summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-31 05:25:09 +0100
committerSam James <sam@gentoo.org>2021-03-31 06:19:45 +0100
commita4e92ae9990ef28fe0d231e4b1c812c9d52179e0 (patch)
tree491e289c70468ca160d0bd1c55f8a4e616baf0c4 /eclass
parentphp-ext-pecl-r3.eclass: mark PHP_EXT_PECL_{PKG, FILENAME} as @PRE_INHERIT (diff)
downloadgentoo-a4e92ae9990ef28fe0d231e4b1c812c9d52179e0.tar.gz
gentoo-a4e92ae9990ef28fe0d231e4b1c812c9d52179e0.tar.bz2
gentoo-a4e92ae9990ef28fe0d231e4b1c812c9d52179e0.zip
ruby-fakegem.eclass: mark RUBY_FAKEGEM_{NAME, VERSION} as @PRE_INHERIT
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ruby-fakegem.eclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass
index 6fee9eb3e157..715c1df44f6c 100644
--- a/eclass/ruby-fakegem.eclass
+++ b/eclass/ruby-fakegem.eclass
@@ -17,12 +17,14 @@
inherit ruby-ng
# @ECLASS-VARIABLE: RUBY_FAKEGEM_NAME
+# @PRE_INHERIT
# @DESCRIPTION:
# Sets the Gem name for the generated fake gemspec.
# This variable MUST be set before inheriting the eclass.
RUBY_FAKEGEM_NAME="${RUBY_FAKEGEM_NAME:-${PN}}"
# @ECLASS-VARIABLE: RUBY_FAKEGEM_VERSION
+# @PRE_INHERIT
# @DESCRIPTION:
# Sets the Gem version for the generated fake gemspec.
# This variable MUST be set before inheriting the eclass.