summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-05-28 15:40:59 +0000
committerMike Frysinger <vapier@gentoo.org>2004-05-28 15:40:59 +0000
commit16ae09eb12e35b214c95131449cc51617811e63b (patch)
treef211196891e7b33cf82595d1f621e6b5c2a174bd /app-sci
parentUpstream requested minor changes (diff)
downloadhistorical-16ae09eb12e35b214c95131449cc51617811e63b.tar.gz
historical-16ae09eb12e35b214c95131449cc51617811e63b.tar.bz2
historical-16ae09eb12e35b214c95131449cc51617811e63b.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.ebuild9
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 )"