diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-03-01 01:16:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-03-01 01:16:25 +0000 |
commit | 4087cdc74db4946bf054c05aa232a0b023924f2f (patch) | |
tree | 703441b6d7cabb7448b0487bcd1b18546cddf395 /app-sci | |
parent | moved to stable for x86 (diff) | |
download | gentoo-2-4087cdc74db4946bf054c05aa232a0b023924f2f.tar.gz gentoo-2-4087cdc74db4946bf054c05aa232a0b023924f2f.tar.bz2 gentoo-2-4087cdc74db4946bf054c05aa232a0b023924f2f.zip |
touchups
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/calcoo/calcoo-1.3.13.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-sci/calcoo/calcoo-1.3.13.ebuild b/app-sci/calcoo/calcoo-1.3.13.ebuild index 0af1729706f5..3f827d2573d8 100644 --- a/app-sci/calcoo/calcoo-1.3.13.ebuild +++ b/app-sci/calcoo/calcoo-1.3.13.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/calcoo/calcoo-1.3.13.ebuild,v 1.5 2003/02/13 09:21:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/calcoo/calcoo-1.3.13.ebuild,v 1.6 2003/03/01 01:16:25 vapier Exp $ -DESCRIPTION="Calcoo is a scientific calculator designed to provide maximum usability" -HOMEPAGE="http://calcoo.sourceforge.net" +DESCRIPTION="scientific calculator designed to provide maximum usability" +HOMEPAGE="http://calcoo.sourceforge.net/" SRC_URI="mirror://sourceforge/calcoo/${P}.tar.gz" LICENSE="GPL-2" @@ -13,7 +13,7 @@ KEYWORDS="x86 ~ppc ~sparc" DEPEND="=x11-libs/gtk+-1.2*" src_compile() { - econf --disable-gtktest + econf --disable-gtktest || die emake || die } |