diff options
author | Torsten Veller <tove@gentoo.org> | 2010-08-16 19:02:24 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-08-16 19:02:24 +0000 |
commit | 0a9d222675c3d106f163db92a3d2c19ca1a834d0 (patch) | |
tree | eb571484b0610048704e52a8dc81d454efcadc15 /dev-perl/perl-tk/perl-tk-804.029.ebuild | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-0a9d222675c3d106f163db92a3d2c19ca1a834d0.tar.gz gentoo-2-0a9d222675c3d106f163db92a3d2c19ca1a834d0.tar.bz2 gentoo-2-0a9d222675c3d106f163db92a3d2c19ca1a834d0.zip |
Not parallel make safe (#333049). Cleanup
(Portage version: 2.2_rc67_p554/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/perl-tk/perl-tk-804.029.ebuild')
-rw-r--r-- | dev-perl/perl-tk/perl-tk-804.029.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-perl/perl-tk/perl-tk-804.029.ebuild b/dev-perl/perl-tk/perl-tk-804.029.ebuild index 010575bfa866..6ab447401083 100644 --- a/dev-perl/perl-tk/perl-tk-804.029.ebuild +++ b/dev-perl/perl-tk/perl-tk-804.029.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-tk/perl-tk-804.029.ebuild,v 1.1 2010/05/28 06:57:17 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-tk/perl-tk-804.029.ebuild,v 1.2 2010/08/16 19:02:24 tove Exp $ EAPI=3 @@ -33,3 +33,5 @@ PATCHES=( "${FILESDIR}"/xorg.patch myconf="X11ROOT=${EPREFIX}/usr XFT=1 -I${EPREFIX}/usr/include/ -l${EPREFIX}/usr/$(get_libdir)" mydoc="ToDo VERSIONS" + +MAKEOPTS+=" -j1" #333049 |