diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2006-05-11 15:32:09 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2006-05-11 15:32:09 +0000 |
commit | 7946215a534df805ba88389ab1ac6ae6007c6e89 (patch) | |
tree | f5bf484bf64c73a6151b5043df21f1fa7896fb37 /sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild | |
parent | Fixed link. Closed bug #133018. (diff) | |
download | gentoo-2-7946215a534df805ba88389ab1ac6ae6007c6e89.tar.gz gentoo-2-7946215a534df805ba88389ab1ac6ae6007c6e89.tar.bz2 gentoo-2-7946215a534df805ba88389ab1ac6ae6007c6e89.zip |
Fixed Bug #133006: Broken DEPEND.
(Portage version: 2.1_pre10-r5)
Diffstat (limited to 'sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild')
-rw-r--r-- | sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild b/sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild index e89af827eebe..b787ac3828ec 100644 --- a/sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild +++ b/sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild,v 1.1 2006/04/09 15:06:04 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild,v 1.2 2006/05/11 15:32:09 kugelfang Exp $ inherit eutils @@ -24,7 +24,7 @@ DEPEND="~sci-mathematics/octave-2.1.72 sys-libs/libtermcap-compat virtual/lapack virtual/blas - X? || ( x11-libs/libX11 virtual/x11 ) + X? ( || ( x11-libs/libX11 virtual/x11 ) ) !amd64? ( ginac? ( sci-mathematics/ginac ) ) qhull? ( >=media-libs/qhull-3.1-r1 )" |