commit: 837d735280a95b76776e038b2b0f306c359eac1e
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Sep 7 18:22:02 2014 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Sep 7 18:22:02 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=837d7352
Move ruby-utils include to be before EXPORT_FUNCTIONS.
Fixes:
* QA Notice: EXPORT_FUNCTIONS is called before inherit in
* ruby-ng.eclass. For compatibility with <=portage-2.1.6.7, only call
* EXPORT_FUNCTIONS after inherit(s).
---
eclass/ruby-ng.eclass | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass
index 60cb951..5af4683 100644
--- a/eclass/ruby-ng.eclass
+++ b/eclass/ruby-ng.eclass
@@ -72,7 +72,7 @@
# (e.g. selenium's firefox driver extension). When set this argument is
# passed to "grep -E" to remove reporting of these shared objects.
-inherit eutils java-utils-2 multilib toolchain-funcs
+inherit eutils java-utils-2 multilib toolchain-funcs ruby-utils
EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile src_test
src_install pkg_setup
@@ -88,8 +88,6 @@ case ${EAPI} in
die "Unknown EAPI=${EAPI} for ruby-ng.eclass"
esac
-inherit ruby-utils
-
# @FUNCTION: ruby_implementation_depend
# @USAGE: target [comparator [version]]
# @RETURN: Package atom of a Ruby implementation to be used in dependencies.