diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-12 16:47:06 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-12 16:47:06 +0000 |
commit | 3c74e8f2471e34f698e967f6ba131c883a786aff (patch) | |
tree | 8ff39156daf3cdb86a656bbbd15bd205170b1361 /media-libs/libvpx/libvpx-1.1.0.ebuild | |
parent | Remove old. (diff) | |
download | gentoo-2-3c74e8f2471e34f698e967f6ba131c883a786aff.tar.gz gentoo-2-3c74e8f2471e34f698e967f6ba131c883a786aff.tar.bz2 gentoo-2-3c74e8f2471e34f698e967f6ba131c883a786aff.zip |
remove dead code: bug #379659 should be fixed in this release and sync -9999 with current release.
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libvpx/libvpx-1.1.0.ebuild')
-rw-r--r-- | media-libs/libvpx/libvpx-1.1.0.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/media-libs/libvpx/libvpx-1.1.0.ebuild b/media-libs/libvpx/libvpx-1.1.0.ebuild index 626fad00c1f4..9099e27c3d20 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.6 2012/05/12 16:34:05 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.7 2012/05/12 16:47:06 aballier Exp $ EAPI=4 inherit multilib @@ -50,9 +50,6 @@ src_configure() { # http://bugs.gentoo.org/show_bug.cgi?id=384585 addpredict /usr/share/snmp/mibs/.index - # http://bugs.gentoo.org/379659 http://gerrit.chromium.org/gerrit/#change,18142 - export LC_ALL=C - # Build with correct toolchain. The build system shall honour them with only # this variable. export CROSS="${CHOST}-" @@ -77,7 +74,6 @@ src_configure() { $(use_enable ssse3) \ $(use_enable static-libs static ) \ $(use_enable threads multithread) \ - ${myconf} \ || die } |