summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-06-17 07:38:23 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-06-17 07:38:23 +0000
commit77bc9823e52b400526086874ea05342f69d311a2 (patch)
tree7f08906b63a89cf24108ce2722e6c91532d40f8d /dev-util/cppunit/cppunit-1.13.1.ebuild
parentRevision bump; fixed junit dependency to be test USE flag conditional, fixed ... (diff)
downloadgentoo-2-77bc9823e52b400526086874ea05342f69d311a2.tar.gz
gentoo-2-77bc9823e52b400526086874ea05342f69d311a2.tar.bz2
gentoo-2-77bc9823e52b400526086874ea05342f69d311a2.zip
Make build process verbose, wrt bug #454590. Thanks to Agostino Sarubbo for discovering this issue
(Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'dev-util/cppunit/cppunit-1.13.1.ebuild')
-rw-r--r--dev-util/cppunit/cppunit-1.13.1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-util/cppunit/cppunit-1.13.1.ebuild b/dev-util/cppunit/cppunit-1.13.1.ebuild
index a4d025cc1f0a..b3a0034ffb14 100644
--- a/dev-util/cppunit/cppunit-1.13.1.ebuild
+++ b/dev-util/cppunit/cppunit-1.13.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild,v 1.12 2013/03/03 10:29:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild,v 1.13 2013/06/17 07:38:23 pinkbyte Exp $
EAPI=4
@@ -42,7 +42,8 @@ src_configure() {
$(use_enable doc doxygen) \
$(use_enable doc dot) \
--docdir="${EPREFIX}"/usr/share/doc/${PF} \
- --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html
+ --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html \
+ --disable-silent-rules
}
src_install() {