summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-02-18 18:05:42 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-02-18 18:05:42 +0000
commitf6cc42ab8f7695f1678eb6e0e1c6d4488376373b (patch)
treee0297c3f197765e836adf36d57597c91a3309c4f /media-libs/libmpeg2/libmpeg2-0.5.1.ebuild
parentStable on alpha, bug #247553 (diff)
downloadgentoo-2-f6cc42ab8f7695f1678eb6e0e1c6d4488376373b.tar.gz
gentoo-2-f6cc42ab8f7695f1678eb6e0e1c6d4488376373b.tar.bz2
gentoo-2-f6cc42ab8f7695f1678eb6e0e1c6d4488376373b.zip
drop supposed test suite fix that causes test failures on some platforms, bug #255151
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libmpeg2/libmpeg2-0.5.1.ebuild')
-rw-r--r--media-libs/libmpeg2/libmpeg2-0.5.1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-libs/libmpeg2/libmpeg2-0.5.1.ebuild b/media-libs/libmpeg2/libmpeg2-0.5.1.ebuild
index 8eaa0e083e64..4c02f5fbf112 100644
--- a/media-libs/libmpeg2/libmpeg2-0.5.1.ebuild
+++ b/media-libs/libmpeg2/libmpeg2-0.5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg2/libmpeg2-0.5.1.ebuild,v 1.6 2009/02/06 20:03:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg2/libmpeg2-0.5.1.ebuild,v 1.7 2009/02/18 18:05:42 aballier Exp $
inherit eutils libtool
@@ -29,7 +29,8 @@ src_unpack() {
# Fix problem that the test for external symbols
# uses nm which also displays hidden symbols. Bug #130831
- epatch "${FILESDIR}"/${PN}-0.4.1-use-readelf-for-test.patch
+ # Breaks tests on other platforms: bug #255151
+ # epatch "${FILESDIR}"/${PN}-0.4.1-use-readelf-for-test.patch
elibtoolize
}