summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-10-04 10:27:44 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-10-04 10:27:44 +0000
commitacda0858f0655c39ceeacd9be6726c4806edfb35 (patch)
treedc5c5b98ffb69447a2d62ebf34e1c187a2ad1b53 /dev-libs
parentVersion bump. Translation updates. (diff)
downloadgentoo-2-acda0858f0655c39ceeacd9be6726c4806edfb35.tar.gz
gentoo-2-acda0858f0655c39ceeacd9be6726c4806edfb35.tar.bz2
gentoo-2-acda0858f0655c39ceeacd9be6726c4806edfb35.zip
Restrict testsuite (#339656).
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libx86emu/ChangeLog5
-rw-r--r--dev-libs/libx86emu/libx86emu-1.1.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-libs/libx86emu/ChangeLog b/dev-libs/libx86emu/ChangeLog
index 8bbf25c354e4..8a484e7d1a98 100644
--- a/dev-libs/libx86emu/ChangeLog
+++ b/dev-libs/libx86emu/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libx86emu
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libx86emu/ChangeLog,v 1.1 2010/09/30 22:42:53 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libx86emu/ChangeLog,v 1.2 2010/10/04 10:27:44 ssuominen Exp $
+
+ 04 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> libx86emu-1.1.ebuild:
+ Restrict testsuite (#339656).
*libx86emu-1.1 (30 Sep 2010)
diff --git a/dev-libs/libx86emu/libx86emu-1.1.ebuild b/dev-libs/libx86emu/libx86emu-1.1.ebuild
index 27d79fb7dc37..c839996d2235 100644
--- a/dev-libs/libx86emu/libx86emu-1.1.ebuild
+++ b/dev-libs/libx86emu/libx86emu-1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libx86emu/libx86emu-1.1.ebuild,v 1.1 2010/09/30 22:42:53 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libx86emu/libx86emu-1.1.ebuild,v 1.2 2010/10/04 10:27:44 ssuominen Exp $
EAPI=2
inherit multilib rpm toolchain-funcs
@@ -14,6 +14,8 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
+RESTRICT="test" #339656
+
src_prepare() {
sed -i \
-e 's:$(CC) -shared:& $(LDFLAGS):' \