diff options
author | Markus Dittrich <markusle@gentoo.org> | 2007-01-29 16:09:01 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2007-01-29 16:09:01 +0000 |
commit | 3fc56f4c33a7587093e49988e1ae8d4cdadadd23 (patch) | |
tree | c240ee7d14d8fd8111072d9ccf7015d30a32d155 /sci-mathematics/yacas | |
parent | New snapshot, beware\! (diff) | |
download | gentoo-2-3fc56f4c33a7587093e49988e1ae8d4cdadadd23.tar.gz gentoo-2-3fc56f4c33a7587093e49988e1ae8d4cdadadd23.tar.bz2 gentoo-2-3fc56f4c33a7587093e49988e1ae8d4cdadadd23.zip |
Disabled the proteus useflag for now since the fltk gui seems fairly broken at the moment and probably needs some more work.
(Portage version: 2.1.2-r4)
Diffstat (limited to 'sci-mathematics/yacas')
-rw-r--r-- | sci-mathematics/yacas/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/yacas/yacas-1.0.63.ebuild | 9 |
2 files changed, 7 insertions, 8 deletions
diff --git a/sci-mathematics/yacas/ChangeLog b/sci-mathematics/yacas/ChangeLog index 26d73d9a0a84..b0fc2a27aad2 100644 --- a/sci-mathematics/yacas/ChangeLog +++ b/sci-mathematics/yacas/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/yacas # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v 1.13 2007/01/28 13:34:29 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v 1.14 2007/01/29 16:09:01 markusle Exp $ + + 29 Jan 2007; Markus Dittrich <markusle@gentoo.org> yacas-1.0.63.ebuild: + Disabled the proteus useflag for now since the fltk gui seems + fairly broken at the moment and probably needs some more work. *yacas-1.0.63 (27 Jan 2007) diff --git a/sci-mathematics/yacas/yacas-1.0.63.ebuild b/sci-mathematics/yacas/yacas-1.0.63.ebuild index 21268c6cb8b8..1721f4e0a765 100644 --- a/sci-mathematics/yacas/yacas-1.0.63.ebuild +++ b/sci-mathematics/yacas/yacas-1.0.63.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.0.63.ebuild,v 1.1 2007/01/28 13:34:29 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.0.63.ebuild,v 1.2 2007/01/29 16:09:01 markusle Exp $ inherit eutils flag-o-matic -IUSE="glut server proteus" +IUSE="glut server" DESCRIPTION="very powerful general purpose computer algebra system" HOMEPAGE="http://yacas.sourceforge.net/" @@ -18,7 +18,6 @@ DEPEND="virtual/libc >=sys-apps/sed-4 dev-lang/perl glut? ( virtual/glut ) - proteus? ( x11-libs/fltk ) www-client/lynx" src_unpack() { @@ -41,10 +40,6 @@ src_compile() { myconf="${myconf} --enable-server" fi - if use proteus; then - myconf="${myconf} --enable-proteus" - fi - econf ${myconf} || die "./configure failed" emake || die } |