On Thursday 25 of February 2010 04:11:49 Maciej Mrozowski wrote:
> On Wednesday 17 of February 2010 03:25:16 Maciej Mrozowski wrote:
> 
> If no objections, I'm going to commit in 5 days the following patch to
> eutils.eclass
> 
> Index: eutils.eclass
> ===================================================================
> RCS file: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v
> retrieving revision 1.333
> diff -u -B -r1.333 eutils.eclass
> --- eutils.eclass       17 Feb 2010 17:10:23 -0000      1.333
> +++ eutils.eclass       25 Feb 2010 03:11:32 -0000
> @@ -54,13 +54,11 @@
>  else
> 
>  ebeep() {
> -       [[ $(type -t eqawarn) == function ]] && \
> -               eqawarn "QA Notice: ebeep is not defined in EAPI=3, please
> file a bug at http://bugs.gentoo.org";
> +       ewarn "QA Notice: ebeep is not defined in EAPI=${EAPI}, please file
> a bug at http://bugs.gentoo.org";
>  }
> 
>  epause() {
> -       [[ $(type -t eqawarn) == function ]] && \
> -               eqawarn "QA Notice: epause is not defined in EAPI=3, please
> file a bug at http://bugs.gentoo.org";
> +       ewarn "QA Notice: epause is not defined in EAPI=${EAPI}, please
> file a bug at http://bugs.gentoo.org";
>  }
> 
>  fi

No objections, so commiting this one.

-- 
regards
MM

Reply via email to