summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-12-25 18:01:34 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-12-25 18:01:34 +0000
commit46d491779a1655e432bf36e9fafa3d57ba59ba26 (patch)
tree3afe03c7063d9b8a5beb188803a0fa3337920261 /eclass
parenttypo (diff)
downloadgentoo-2-46d491779a1655e432bf36e9fafa3d57ba59ba26.tar.gz
gentoo-2-46d491779a1655e432bf36e9fafa3d57ba59ba26.tar.bz2
gentoo-2-46d491779a1655e432bf36e9fafa3d57ba59ba26.zip
Properly report the source copy phase.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ruby-ng.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass
index 0c838518a3d8..872763c5423d 100644
--- a/eclass/ruby-ng.eclass
+++ b/eclass/ruby-ng.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ruby-ng.eclass,v 1.6 2009/12/14 12:25:47 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ruby-ng.eclass,v 1.7 2009/12/25 18:01:34 flameeyes Exp $
#
# @ECLASS: ruby-ng.eclass
# @MAINTAINER:
@@ -318,7 +318,8 @@ ruby-ng_src_prepare() {
_ruby_invoke_environment all _ruby_apply_patches
- _ruby_each_implementation _ruby_source_copy
+ _PHASE="source copy" \
+ _ruby_each_implementation _ruby_source_copy
if type each_ruby_prepare &>/dev/null; then
_ruby_each_implementation each_ruby_prepare