diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2012-11-11 17:34:40 +0000 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2012-11-11 17:34:40 +0000 |
commit | 2f4ca12d78edbcee89414d4fd2fce50f2cd691fb (patch) | |
tree | 37ac12e96f4a3c967be7a43347255fbc6062be7c /media-libs/hamlib/hamlib-1.2.15.ebuild | |
parent | Explicit Python. Fixes bug 434054. (diff) | |
download | gentoo-2-2f4ca12d78edbcee89414d4fd2fce50f2cd691fb.tar.gz gentoo-2-2f4ca12d78edbcee89414d4fd2fce50f2cd691fb.tar.bz2 gentoo-2-2f4ca12d78edbcee89414d4fd2fce50f2cd691fb.zip |
Make logs verbose (bug #442696). Thanks ago
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
Diffstat (limited to 'media-libs/hamlib/hamlib-1.2.15.ebuild')
-rw-r--r-- | media-libs/hamlib/hamlib-1.2.15.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/hamlib/hamlib-1.2.15.ebuild b/media-libs/hamlib/hamlib-1.2.15.ebuild index 01bb4acc0e36..ae47fdc7bfe5 100644 --- a/media-libs/hamlib/hamlib-1.2.15.ebuild +++ b/media-libs/hamlib/hamlib-1.2.15.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/hamlib/hamlib-1.2.15.ebuild,v 1.5 2012/09/30 18:12:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/hamlib-1.2.15.ebuild,v 1.6 2012/11/11 17:34:40 tomjbe Exp $ EAPI="3" PYTHON_DEPEND="python? 2" @@ -61,6 +61,7 @@ src_configure() { --without-perl-binding $(use_with python python-binding) $(use_enable tcl tcl-binding) + --disable-silent-rules ) autotools-utils_src_configure } |