diff options
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/koctave/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/koctave/koctave-0.65-r1.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sci-mathematics/koctave/ChangeLog b/sci-mathematics/koctave/ChangeLog index f156ebbd69b7..f010561c1f11 100644 --- a/sci-mathematics/koctave/ChangeLog +++ b/sci-mathematics/koctave/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/koctave # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/koctave/ChangeLog,v 1.9 2005/08/28 01:02:03 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/koctave/ChangeLog,v 1.10 2005/11/27 17:44:12 cryos Exp $ + + 27 Nov 2005; Marcus D. Hanwell <cryos@gentoo.org> koctave-0.65-r1.ebuild: + Added runtime dependency on konsole or kdebase, closes bug 112620. 28 Aug 2005; Marcus D. Hanwell <cryos@gentoo.org> koctave-0.65-r1.ebuild: Stable on amd64. diff --git a/sci-mathematics/koctave/koctave-0.65-r1.ebuild b/sci-mathematics/koctave/koctave-0.65-r1.ebuild index d0d69f213853..fca8a9253bcd 100644 --- a/sci-mathematics/koctave/koctave-0.65-r1.ebuild +++ b/sci-mathematics/koctave/koctave-0.65-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.4 2005/08/28 01:02:03 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/koctave/koctave-0.65-r1.ebuild,v 1.5 2005/11/27 17:44:12 cryos Exp $ inherit kde @@ -16,8 +16,9 @@ IUSE="arts" DEPEND="virtual/libc - sci-mathematics/octave - kde-base/kdelibs" + sci-mathematics/octave" + +RDEPEND="|| ( kde-base/konsole kde-base/kdebase )" S=${WORKDIR}/${PN}3-${PV} |