summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-11-14 06:13:25 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-11-14 06:13:25 +0000
commit4fd72bfff4b861e327f4021a1fc151d3715b2a95 (patch)
treec0117a8826a4de74ba7bf30c327dd5cde022a87b /sci-visualization
parentBug #199048, we need to ignore KBUILD_OUTPUT. (diff)
downloadgentoo-2-4fd72bfff4b861e327f4021a1fc151d3715b2a95.tar.gz
gentoo-2-4fd72bfff4b861e327f4021a1fc151d3715b2a95.tar.bz2
gentoo-2-4fd72bfff4b861e327f4021a1fc151d3715b2a95.zip
disable test suite when emerging with USE=wxwindows, see bug 197417, reported by Dustin Surawicz <bugzilla.20.dsurawicz@spamgourmet.com>; really user system specific
(Portage version: 2.1.3.19)
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/gnuplot/ChangeLog8
-rw-r--r--sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild3
2 files changed, 9 insertions, 2 deletions
diff --git a/sci-visualization/gnuplot/ChangeLog b/sci-visualization/gnuplot/ChangeLog
index c57b70e99ea1..2a1f160ab9ae 100644
--- a/sci-visualization/gnuplot/ChangeLog
+++ b/sci-visualization/gnuplot/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-visualization/gnuplot
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.55 2007/11/10 14:27:58 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.56 2007/11/14 06:13:25 opfer Exp $
+
+ 14 Nov 2007; Christian Faulhammer <opfer@gentoo.org>
+ gnuplot-4.2.2-r1.ebuild:
+ disable test suite when emerging with USE=wxwindows, see bug 197417,
+ reported by Dustin Surawicz <bugzilla.20.dsurawicz@spamgourmet.com>; really
+ user system specific
10 Nov 2007; Christian Faulhammer <opfer@gentoo.org>
gnuplot-4.2.2-r1.ebuild:
diff --git a/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild b/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild
index fc748d001374..63c2d38e668e 100644
--- a/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild
+++ b/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild,v 1.3 2007/11/10 14:27:58 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild,v 1.4 2007/11/14 06:13:25 opfer Exp $
inherit eutils elisp-common multilib wxwidgets
@@ -14,6 +14,7 @@ LICENSE="gnuplot"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd"
IUSE="doc emacs gd ggi latex pdf plotutils readline svga wxwindows X xemacs"
+RESTRICT="wxwindows? ( test )"
RDEPEND="
xemacs? ( virtual/xemacs app-xemacs/texinfo app-xemacs/xemacs-base )