diff options
author | 2004-12-28 14:41:56 +0000 | |
---|---|---|
committer | 2004-12-28 14:41:56 +0000 | |
commit | 70b11256e5c6d5615374aaf74c1cf53124e33ef6 (patch) | |
tree | 78142c07f08500b8552e77542caa0d7dddd3ddd6 /app-emacs/imaxima | |
parent | Moved from app-sci/maxima to sci-mathematics/maxima (diff) | |
download | gentoo-2-70b11256e5c6d5615374aaf74c1cf53124e33ef6.tar.gz gentoo-2-70b11256e5c6d5615374aaf74c1cf53124e33ef6.tar.bz2 gentoo-2-70b11256e5c6d5615374aaf74c1cf53124e33ef6.zip |
Fixed dependency: "app-sci/maxima" is now "sci-mathematics/maxima".
Diffstat (limited to 'app-emacs/imaxima')
-rw-r--r-- | app-emacs/imaxima/imaxima-0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/imaxima/imaxima-0.9.ebuild b/app-emacs/imaxima/imaxima-0.9.ebuild index b4cd09a5a44c..ad25b8d31dd7 100644 --- a/app-emacs/imaxima/imaxima-0.9.ebuild +++ b/app-emacs/imaxima/imaxima-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/imaxima-0.9.ebuild,v 1.2 2004/11/28 08:04:25 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/imaxima-0.9.ebuild,v 1.3 2004/12/28 14:41:56 ribosome Exp $ inherit elisp @@ -17,7 +17,7 @@ DEPEND="virtual/emacs virtual/tetex virtual/ghostscript dev-tex/breqn - >=app-sci/maxima-0.9" + >=sci-mathematics/maxima-0.9" src_compile() { econf --prefix=/usr || die "econf failed" |