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 | |
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')
-rw-r--r-- | sci-mathematics/octave-forge/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/octave-forge/octave-forge-2006.01.28.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-mathematics/octave-forge/ChangeLog b/sci-mathematics/octave-forge/ChangeLog index abec848b8f23..9d165b510099 100644 --- a/sci-mathematics/octave-forge/ChangeLog +++ b/sci-mathematics/octave-forge/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/octave-forge # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/ChangeLog,v 1.14 2006/04/09 15:06:03 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/ChangeLog,v 1.15 2006/05/11 15:32:09 kugelfang Exp $ + + 11 May 2006; Danny van Dyk <kugelfang@gentoo.org> + octave-forge-2006.01.28.ebuild, octave-forge-2006.03.17.ebuild: + Fixed Bug #133006: Broken DEPEND. *octave-forge-2006.03.17 (09 Apr 2006) diff --git a/sci-mathematics/octave-forge/octave-forge-2006.01.28.ebuild b/sci-mathematics/octave-forge/octave-forge-2006.01.28.ebuild index c6ea5b4a304d..2ae21d57fe9d 100644 --- a/sci-mathematics/octave-forge/octave-forge-2006.01.28.ebuild +++ b/sci-mathematics/octave-forge/octave-forge-2006.01.28.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.01.28.ebuild,v 1.1 2006/02/06 15:44:54 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/octave-forge-2006.01.28.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 )" 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 )" |