diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-02-26 12:15:41 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-02-26 12:15:41 +0000 |
commit | a862d379b9883eea2b21a09e32c2b37108b5b46b (patch) | |
tree | f61e5615c9296b9113483042e377d3e014337bc5 /sci-visualization/gnuplot | |
parent | stable x86, bug 304881 (diff) | |
download | gentoo-2-a862d379b9883eea2b21a09e32c2b37108b5b46b.tar.gz gentoo-2-a862d379b9883eea2b21a09e32c2b37108b5b46b.tar.bz2 gentoo-2-a862d379b9883eea2b21a09e32c2b37108b5b46b.zip |
Use consistent order for USE flag tests.
(Portage version: 2.2_rc63/cvs/Linux i686)
Diffstat (limited to 'sci-visualization/gnuplot')
-rw-r--r-- | sci-visualization/gnuplot/gnuplot-4.2.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-visualization/gnuplot/gnuplot-4.2.6-r1.ebuild b/sci-visualization/gnuplot/gnuplot-4.2.6-r1.ebuild index b1ed67d7a25b..880128ab3068 100644 --- a/sci-visualization/gnuplot/gnuplot-4.2.6-r1.ebuild +++ b/sci-visualization/gnuplot/gnuplot-4.2.6-r1.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/sci-visualization/gnuplot/gnuplot-4.2.6-r1.ebuild,v 1.1 2010/02/26 10:59:24 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.6-r1.ebuild,v 1.2 2010/02/26 12:15:41 ulm Exp $ EAPI=2 @@ -134,7 +134,7 @@ src_compile() { cd "${S}/tutorial" emake pdf || die - if use emacs || use xemacs; then + if use xemacs || use emacs; then cd "${S}/lisp" emake pdf || die fi |