diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-08-20 16:50:19 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-08-20 16:50:19 +0000 |
commit | a885847d2d8e935c2c7f209850462e8bbb88530d (patch) | |
tree | 7b840474a64be04e5047b6554909f1d0f3b7120e /sci-mathematics/koctave/koctave-0.65-r1.ebuild | |
parent | Changed dependency from kdebase to kdelibs and kdesdk-misc (and corresponding... (diff) | |
download | gentoo-2-a885847d2d8e935c2c7f209850462e8bbb88530d.tar.gz gentoo-2-a885847d2d8e935c2c7f209850462e8bbb88530d.tar.bz2 gentoo-2-a885847d2d8e935c2c7f209850462e8bbb88530d.zip |
Changed dependency from kdebase to kdelibs (see bug #83058). Added to x86. Removed old version.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-mathematics/koctave/koctave-0.65-r1.ebuild')
-rw-r--r-- | sci-mathematics/koctave/koctave-0.65-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/koctave/koctave-0.65-r1.ebuild b/sci-mathematics/koctave/koctave-0.65-r1.ebuild index c5d87e433a30..fc46e36d7a9d 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.2 2005/07/14 12:15:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/koctave/koctave-0.65-r1.ebuild,v 1.3 2005/08/20 16:50:19 ribosome Exp $ inherit kde @@ -11,13 +11,13 @@ SRC_URI="http://athlone.ath.cx/~matti/kde/koctave/${PN}3-${PV}.tar.bz2 SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc" +KEYWORDS="x86 ~amd64 ~ppc ~sparc" IUSE="arts" DEPEND="virtual/libc sci-mathematics/octave - || ( kde-base/kdebase-meta kde-base/kdebase )" + kde-base/kdelibs" S=${WORKDIR}/${PN}3-${PV} |