diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-12 14:58:57 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-12 14:58:57 +0000 |
commit | 43a39fe056852fedff33876d28559d694b6265bc (patch) | |
tree | 35f10ed1e5f01df59a478c506023d4b993428dc1 /media-libs/libvpx | |
parent | keyword ~amd64-fbsd (diff) | |
download | gentoo-2-43a39fe056852fedff33876d28559d694b6265bc.tar.gz gentoo-2-43a39fe056852fedff33876d28559d694b6265bc.tar.bz2 gentoo-2-43a39fe056852fedff33876d28559d694b6265bc.zip |
build verbose so that we see the actual commands invoked
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libvpx')
-rw-r--r-- | media-libs/libvpx/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libvpx/libvpx-1.1.0.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/media-libs/libvpx/ChangeLog b/media-libs/libvpx/ChangeLog index 3c453fa1a514..ee324ff91103 100644 --- a/media-libs/libvpx/ChangeLog +++ b/media-libs/libvpx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libvpx # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.51 2012/05/12 14:43:22 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.52 2012/05/12 14:58:57 aballier Exp $ + + 12 May 2012; Alexis Ballier <aballier@gentoo.org> libvpx-1.1.0.ebuild: + build verbose so that we see the actual commands invoked *libvpx-1.1.0 (12 May 2012) diff --git a/media-libs/libvpx/libvpx-1.1.0.ebuild b/media-libs/libvpx/libvpx-1.1.0.ebuild index a76ca441145e..31c93d06ad6b 100644 --- a/media-libs/libvpx/libvpx-1.1.0.ebuild +++ b/media-libs/libvpx/libvpx-1.1.0.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/libvpx/libvpx-1.1.0.ebuild,v 1.1 2012/05/12 14:43:22 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.2 2012/05/12 14:58:57 aballier Exp $ EAPI=4 inherit multilib @@ -44,6 +44,9 @@ src_configure() { #then feeds it with yasm flags without checking...) bug 345161 unset AS + # build verbose by default + MAKEOPTS="${MAKEOPTS} verbose=yes" + # http://bugs.gentoo.org/show_bug.cgi?id=384585 addpredict /usr/share/snmp/mibs/.index |