diff options
author | Alec Warner <antarus@gentoo.org> | 2006-05-26 15:19:55 +0000 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2006-05-26 15:19:55 +0000 |
commit | 02646a8555836d89f78dfdc7c2ee9b7fb6d061bc (patch) | |
tree | 66dd1113351c32327b0f3e915f96411eae2996e1 /eclass | |
parent | Stable on amd64 wrt bug #132213 (diff) | |
download | gentoo-2-02646a8555836d89f78dfdc7c2ee9b7fb6d061bc.tar.gz gentoo-2-02646a8555836d89f78dfdc7c2ee9b7fb6d061bc.tar.bz2 gentoo-2-02646a8555836d89f78dfdc7c2ee9b7fb6d061bc.zip |
Fix for bug 39519, QA fix
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/cannadic.eclass | 4 | ||||
-rw-r--r-- | eclass/perl-module.eclass | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/eclass/cannadic.eclass b/eclass/cannadic.eclass index 93d1e39afe16..0076700edb0a 100644 --- a/eclass/cannadic.eclass +++ b/eclass/cannadic.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/cannadic.eclass,v 1.12 2005/08/23 14:55:11 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/cannadic.eclass,v 1.13 2006/05/26 15:19:55 antarus Exp $ # # Author: Mamoru KOMACHI <usata@gentoo.org> # @@ -21,7 +21,7 @@ SLOT="0" S="${WORKDIR}" -DICSDIRFILE="$(echo ${FILESDIR}/*.dics.dir)" +DICSDIRFILE="${FILESDIR}/*.dics.dir" CANNADICS="${CANNADICS}" # (optional) DOCS="README*" diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 23dc951a8f2c..3f81be1ec439 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.90 2006/05/05 13:58:54 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.91 2006/05/26 15:19:55 antarus Exp $ # # Author: Seemant Kulleen <seemant@gentoo.org> # Maintained by the Perl herd <perl@gentoo.org> @@ -126,6 +126,7 @@ perl-module_src_compile() { } perl-module_src_test() { + echo "Boobies" if [ "${SRC_TEST}" == "do" ]; then perlinfo if [ -f Makefile ]; then |