diff options
author | 2012-06-29 11:48:28 +0000 | |
---|---|---|
committer | 2012-06-29 11:48:28 +0000 | |
commit | ad4713a4b656a80cb3b1e0a07051e5d23b193306 (patch) | |
tree | 8c1b5a61c07a4b473e6df45b27870f9e9b69494c /media-libs/cal3d/cal3d-0.11.0-r1.ebuild | |
parent | dev-python/bitarray: Moved from sci overlay (diff) | |
download | gentoo-2-ad4713a4b656a80cb3b1e0a07051e5d23b193306.tar.gz gentoo-2-ad4713a4b656a80cb3b1e0a07051e5d23b193306.tar.bz2 gentoo-2-ad4713a4b656a80cb3b1e0a07051e5d23b193306.zip |
Fix test failing with VERBOSE. Bug #423301
(Portage version: 2.1.11.3/cvs/Linux i686)
Diffstat (limited to 'media-libs/cal3d/cal3d-0.11.0-r1.ebuild')
-rw-r--r-- | media-libs/cal3d/cal3d-0.11.0-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-libs/cal3d/cal3d-0.11.0-r1.ebuild b/media-libs/cal3d/cal3d-0.11.0-r1.ebuild index 4b01b1dc99ba..766c9bc1bdc4 100644 --- a/media-libs/cal3d/cal3d-0.11.0-r1.ebuild +++ b/media-libs/cal3d/cal3d-0.11.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/cal3d/cal3d-0.11.0-r1.ebuild,v 1.11 2012/06/13 04:45:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/cal3d/cal3d-0.11.0-r1.ebuild,v 1.12 2012/06/29 11:48:28 tupone Exp $ EAPI=2 inherit eutils base autotools @@ -23,7 +23,8 @@ RDEPEND="" src_prepare() { DOCS=( AUTHORS ChangeLog README TODO ) use doc && HTML_DOCS=( docs/html/api docs/html/guide ) - PATCHES=( "${FILESDIR}"/${P}-gcc43.patch ) + PATCHES=( "${FILESDIR}"/${P}-gcc43.patch + "${FILESDIR}"/${P}-verbose.patch ) base_src_prepare if use doc; then |