summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-07-15 11:44:48 +0000
committerTorsten Veller <tove@gentoo.org>2010-07-15 11:44:48 +0000
commitdd12c451eabfa8a07ed3196a4e3d3cda2922fbeb (patch)
treef40302182eacbd3ab70ab5baf9ff73ddf9510002 /eclass
parentStable on amd64 wrt bug #328351 (diff)
downloadhistorical-dd12c451eabfa8a07ed3196a4e3d3cda2922fbeb.tar.gz
historical-dd12c451eabfa8a07ed3196a4e3d3cda2922fbeb.tar.bz2
historical-dd12c451eabfa8a07ed3196a4e3d3cda2922fbeb.zip
Use eqawarn for the missing Module-Build dependency warning
Diffstat (limited to 'eclass')
-rw-r--r--eclass/perl-module.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
index 7a78c4a7100d..ffe0259d6cd1 100644
--- a/eclass/perl-module.eclass
+++ b/eclass/perl-module.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/perl-module.eclass,v 1.125 2010/06/16 08:54:46 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.126 2010/07/15 11:44:48 tove Exp $
#
# Author: Seemant Kulleen <seemant@gentoo.org>
@@ -100,8 +100,8 @@ perl-module_src_prep() {
if [[ ${PREFER_BUILDPL} == yes && -f Build.PL ]] ; then
einfo "Using Module::Build"
if [[ ${DEPEND} != *virtual/perl-Module-Build* && ${PN} != Module-Build ]] ; then
- ewarn "QA Notice: The ebuild uses Module::Build but doesn't depend on it."
- ewarn " Add virtual/perl-Module-Build to DEPEND!"
+ eqawarn "QA Notice: The ebuild uses Module::Build but doesn't depend on it."
+ eqawarn " Add virtual/perl-Module-Build to DEPEND!"
fi
set -- \
--installdirs=vendor \