diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-11 20:50:08 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-11 20:50:08 +0000 |
commit | eff0b65944f2af8dd06a2a46284ce2c900f5cf15 (patch) | |
tree | 0bfcb129ea519611babe90a3336dca9018c24f63 /app-sci | |
parent | add ~alpha (diff) | |
download | gentoo-2-eff0b65944f2af8dd06a2a46284ce2c900f5cf15.tar.gz gentoo-2-eff0b65944f2af8dd06a2a46284ce2c900f5cf15.tar.bz2 gentoo-2-eff0b65944f2af8dd06a2a46284ce2c900f5cf15.zip |
moved bash from sys-apps to app-shells
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/epix/epix-0.8.8a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-sci/epix/epix-0.8.8a.ebuild b/app-sci/epix/epix-0.8.8a.ebuild index 1f8a16cf6f99..89fadd28d3cf 100644 --- a/app-sci/epix/epix-0.8.8a.ebuild +++ b/app-sci/epix/epix-0.8.8a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/epix/epix-0.8.8a.ebuild,v 1.2 2003/02/14 16:40:09 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/epix/epix-0.8.8a.ebuild,v 1.3 2003/03/11 20:50:08 seemant Exp $ DESCRIPTION="2- and 3-D plotter for creating images (to be used in LaTeX)" HOMEPAGE="http://mathcs.holycross.edu/~ahwang/current/ePiX.html" @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND="sys-apps/bash" +DEPEND="app-shells/bash" src_unpack() { |