summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-05-03 09:17:23 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-05-03 09:17:23 +0000
commit07272d1a36676686dbc07a29692e0f0efef73d79 (patch)
tree7421a4848e22da6064e4fc6f901e61aed0159467 /dev-util
parentamd64 stable (diff)
downloadgentoo-2-07272d1a36676686dbc07a29692e0f0efef73d79.tar.gz
gentoo-2-07272d1a36676686dbc07a29692e0f0efef73d79.tar.bz2
gentoo-2-07272d1a36676686dbc07a29692e0f0efef73d79.zip
Restrict test suite which is broken with gcc-4.3 and above on all old ebuilds, except latest where it's fixed
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/ltrace/ltrace-0.4-r1.ebuild7
-rw-r--r--dev-util/ltrace/ltrace-0.5.3.ebuild7
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-util/ltrace/ltrace-0.4-r1.ebuild b/dev-util/ltrace/ltrace-0.4-r1.ebuild
index d68530639c1f..29d1de95ed12 100644
--- a/dev-util/ltrace/ltrace-0.4-r1.ebuild
+++ b/dev-util/ltrace/ltrace-0.4-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ltrace-0.4-r1.ebuild,v 1.11 2008/08/10 18:20:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ltrace-0.4-r1.ebuild,v 1.12 2010/05/03 09:17:23 ssuominen Exp $
inherit eutils autotools
@@ -19,6 +19,9 @@ IUSE=""
DEPEND="dev-libs/elfutils"
+# bug 233958
+RESTRICT="test"
+
src_unpack() {
unpack ${A}
epatch "${WORKDIR}"/${DEB_P}.diff
diff --git a/dev-util/ltrace/ltrace-0.5.3.ebuild b/dev-util/ltrace/ltrace-0.5.3.ebuild
index 46e2014e5139..cb310692dce2 100644
--- a/dev-util/ltrace/ltrace-0.5.3.ebuild
+++ b/dev-util/ltrace/ltrace-0.5.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ltrace-0.5.3.ebuild,v 1.5 2008/08/10 18:20:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ltrace-0.5.3.ebuild,v 1.6 2010/05/03 09:17:23 ssuominen Exp $
inherit eutils autotools
@@ -20,6 +20,9 @@ IUSE=""
DEPEND="dev-libs/elfutils"
+# bug 233958
+RESTRICT="test"
+
S=${WORKDIR}/${PN}-${MY_PV}
src_unpack() {