diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2013-07-24 16:07:01 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2013-07-24 16:07:01 +0000 |
commit | 917646a77c97d0569c4ce2292030828c0c3782c1 (patch) | |
tree | 5b5a10b96535e1a42bb35923f9738050d1dfcd9d /media-libs/libvpx | |
parent | added configdir instruction. See bug 477924. (diff) | |
download | gentoo-2-917646a77c97d0569c4ce2292030828c0c3782c1.tar.gz gentoo-2-917646a77c97d0569c4ce2292030828c0c3782c1.tar.bz2 gentoo-2-917646a77c97d0569c4ce2292030828c0c3782c1.zip |
Apply fix for bug #465988 to stable.
(Portage version: 2.1.12.2/cvs/Linux i686, signed Manifest commit with key 30427902)
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 | 7 |
2 files changed, 10 insertions, 2 deletions
diff --git a/media-libs/libvpx/ChangeLog b/media-libs/libvpx/ChangeLog index d0af29c27692..aba75996b6ad 100644 --- a/media-libs/libvpx/ChangeLog +++ b/media-libs/libvpx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libvpx # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.95 2013/06/26 17:14:35 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.96 2013/07/24 16:07:01 phajdan.jr Exp $ + + 24 Jul 2013; Pawel Hajdan jr <phajdan.jr@gentoo.org> libvpx-1.1.0.ebuild: + Apply fix for bug #465988 to stable. 26 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-1.2.0_pre20130625.ebuild, libvpx-9999.ebuild: diff --git a/media-libs/libvpx/libvpx-1.1.0.ebuild b/media-libs/libvpx/libvpx-1.1.0.ebuild index 433602a19607..1eccdf2061eb 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-2013 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.27 2013/06/19 13:38:03 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.28 2013/07/24 16:07:01 phajdan.jr Exp $ EAPI=4 inherit multilib toolchain-funcs base flag-o-matic @@ -63,7 +63,12 @@ src_configure() { MAKEOPTS="${MAKEOPTS} verbose=yes" # http://bugs.gentoo.org/show_bug.cgi?id=384585 + # https://bugs.gentoo.org/show_bug.cgi?id=465988 + # copied from php-pear-r1.eclass addpredict /usr/share/snmp/mibs/.index + addpredict /var/lib/net-snmp/ + addpredict /var/lib/net-snmp/mib_indexes + addpredict /session_mm_cli0.sem # Build with correct toolchain. tc-export CC AR NM |