diff options
author | Markus Dittrich <markusle@gentoo.org> | 2007-08-19 00:47:25 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2007-08-19 00:47:25 +0000 |
commit | 5b30ef9fac2bc16f9352cca06a3e7de01be691f3 (patch) | |
tree | 8a86b33ad1bcfdf496290d7d4c97d069cb97a93f /sci-mathematics/koctave | |
parent | app-text/wklej: version bump (bug #189122), changed description (diff) | |
download | gentoo-2-5b30ef9fac2bc16f9352cca06a3e7de01be691f3.tar.gz gentoo-2-5b30ef9fac2bc16f9352cca06a3e7de01be691f3.tar.bz2 gentoo-2-5b30ef9fac2bc16f9352cca06a3e7de01be691f3.zip |
Fixed broken RDEPEND (see bug #189251).
(Portage version: 2.1.3.5)
Diffstat (limited to 'sci-mathematics/koctave')
-rw-r--r-- | sci-mathematics/koctave/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/koctave/koctave-0.65-r1.ebuild | 9 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sci-mathematics/koctave/ChangeLog b/sci-mathematics/koctave/ChangeLog index 54c68c16fcd8..7c2d39a1d1d6 100644 --- a/sci-mathematics/koctave/ChangeLog +++ b/sci-mathematics/koctave/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/koctave # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/koctave/ChangeLog,v 1.11 2007/02/22 01:22:54 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/koctave/ChangeLog,v 1.12 2007/08/19 00:47:25 markusle Exp $ + + 19 Aug 2007; Markus Dittrich <markusle@gentoo.org> koctave-0.65-r1.ebuild: + Fixed broken RDEPEND (see bug #189251). 22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog: Redigest for Manifest2 diff --git a/sci-mathematics/koctave/koctave-0.65-r1.ebuild b/sci-mathematics/koctave/koctave-0.65-r1.ebuild index 275dc4eaed81..638473f02f1f 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 +# Copyright 1999-2007 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.6 2007/07/13 05:28:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/koctave/koctave-0.65-r1.ebuild,v 1.7 2007/08/19 00:47:25 markusle Exp $ inherit kde @@ -15,9 +15,8 @@ KEYWORDS="amd64 ~ppc ~sparc x86" IUSE="arts" DEPEND="virtual/libc - sci-mathematics/octave" - -RDEPEND="|| ( kde-base/konsole kde-base/kdebase )" + sci-mathematics/octave + || ( kde-base/konsole kde-base/kdebase )" S=${WORKDIR}/${PN}3-${PV} |