diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-28 15:41:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-28 15:41:04 +0000 |
commit | 05554055fef72aa90b009568a2082f6e55b7c10e (patch) | |
tree | 168c5ec2e07bb7721bd80b5446f565e9dd5ba577 /app-sci | |
parent | Upstream requested minor changes (Manifest recommit) (diff) | |
download | gentoo-2-05554055fef72aa90b009568a2082f6e55b7c10e.tar.gz gentoo-2-05554055fef72aa90b009568a2082f6e55b7c10e.tar.bz2 gentoo-2-05554055fef72aa90b009568a2082f6e55b7c10e.zip |
you fools need to learn how to inherit eutils for epatch
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/mathomatic/mathomatic-11.1c.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-sci/mathomatic/mathomatic-11.1c.ebuild b/app-sci/mathomatic/mathomatic-11.1c.ebuild index bcdda886b825..54e4290bfca9 100644 --- a/app-sci/mathomatic/mathomatic-11.1c.ebuild +++ b/app-sci/mathomatic/mathomatic-11.1c.ebuild @@ -1,17 +1,18 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/mathomatic/mathomatic-11.1c.ebuild,v 1.1 2004/05/20 13:31:38 xtv Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/mathomatic/mathomatic-11.1c.ebuild,v 1.2 2004/05/28 15:40:59 vapier Exp $ + +inherit eutils DESCRIPTION="Mathomatic - Algebraic Manipulator" HOMEPAGE="http://www.mathomatic.com/" SRC_URI="http://www.panix.com/~gesslein/${P}.tgz" -LICENSE="LGPL-2" +LICENSE="LGPL-2" SLOT="0" - KEYWORDS="~x86" - IUSE="icc" + DEPEND="sys-libs/readline \ sys-libs/ncurses \ icc? ( dev-lang/icc )" |