diff options
Diffstat (limited to 'sci-mathematics/koctave/koctave-0.65-r1.ebuild')
-rw-r--r-- | sci-mathematics/koctave/koctave-0.65-r1.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sci-mathematics/koctave/koctave-0.65-r1.ebuild b/sci-mathematics/koctave/koctave-0.65-r1.ebuild index be88abc1e277..ed8aca44326a 100644 --- a/sci-mathematics/koctave/koctave-0.65-r1.ebuild +++ b/sci-mathematics/koctave/koctave-0.65-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/koctave/koctave-0.65-r1.ebuild,v 1.9 2008/10/12 11:54:21 markusle Exp $ - -inherit kde +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/koctave/koctave-0.65-r1.ebuild,v 1.10 2009/09/23 20:10:55 patrick Exp $ EAPI="1" +inherit kde + DESCRIPTION="A KDE GUI for Octave numerical computing system" HOMEPAGE="http://athlone.ath.cx/~matti/kde/koctave/" SRC_URI="http://athlone.ath.cx/~matti/kde/koctave/${PN}3-${PV}.tar.bz2 @@ -16,8 +16,7 @@ LICENSE="GPL-2" KEYWORDS="amd64 ~ppc ~sparc x86" IUSE="arts" -DEPEND="virtual/libc - sci-mathematics/octave +DEPEND="sci-mathematics/octave || ( kde-base/konsole:3.5 kde-base/kdebase:3.5 )" S="${WORKDIR}"/${PN}3-${PV} |