From 16ae09eb12e35b214c95131449cc51617811e63b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 28 May 2004 15:40:59 +0000 Subject: you fools need to learn how to inherit eutils for epatch --- app-sci/mathomatic/mathomatic-11.1c.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'app-sci') 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 )" -- cgit v1.2.3-65-gdbad