From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 263EB138A6C for ; Tue, 18 Nov 2014 07:40:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6F55E09EC; Tue, 18 Nov 2014 07:40:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3860BE09EC for ; Tue, 18 Nov 2014 07:40:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 30BDD3404FC for ; Tue, 18 Nov 2014 07:40:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF0E4A5DA for ; Tue, 18 Nov 2014 07:40:45 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1410114122.837d735280a95b76776e038b2b0f306c359eac1e.graaff@gentoo> Subject: [gentoo-commits] proj/ruby-overlay:master commit in: eclass/ X-VCS-Repository: proj/ruby-overlay X-VCS-Files: eclass/ruby-ng.eclass X-VCS-Directories: eclass/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 837d735280a95b76776e038b2b0f306c359eac1e X-VCS-Branch: master Date: Tue, 18 Nov 2014 07:40:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c51d5d5d-e1aa-4735-882b-77aa5d7241cb X-Archives-Hash: 358e758e0502f9c9cabfb344dc954d49 commit: 837d735280a95b76776e038b2b0f306c359eac1e Author: Hans de Graaff degraaff org> AuthorDate: Sun Sep 7 18:22:02 2014 +0000 Commit: Hans de Graaff gentoo 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.