diff options
author | 2004-07-25 18:57:50 +0000 | |
---|---|---|
committer | 2004-07-25 18:57:50 +0000 | |
commit | 22a7bc94b4cf8ec26b32547020a7373f4f0a82e9 (patch) | |
tree | f3cc05514926a7d79f0b55a8b11a2c811bf447cb /app-sci/kalamaris | |
parent | Fixed non existing dodoc entry in x11-wm/windowmaker/windowmaker-0.80.2-r4.eb... (diff) | |
download | gentoo-2-22a7bc94b4cf8ec26b32547020a7373f4f0a82e9.tar.gz gentoo-2-22a7bc94b4cf8ec26b32547020a7373f4f0a82e9.tar.bz2 gentoo-2-22a7bc94b4cf8ec26b32547020a7373f4f0a82e9.zip |
QA: need-kde after R/DEPEND
Diffstat (limited to 'app-sci/kalamaris')
-rw-r--r-- | app-sci/kalamaris/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/kalamaris/kalamaris-0.7.1.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/app-sci/kalamaris/ChangeLog b/app-sci/kalamaris/ChangeLog index a2308fdaf2e4..cc142af8fecd 100644 --- a/app-sci/kalamaris/ChangeLog +++ b/app-sci/kalamaris/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/kalamaris # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/kalamaris/ChangeLog,v 1.2 2004/07/22 23:44:50 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/kalamaris/ChangeLog,v 1.3 2004/07/25 18:57:50 carlo Exp $ + + 25 Jul 2004; Carsten Lohrke <carlo@gentoo.org> kalamaris-0.7.1.ebuild: + QA: need-kde after R/DEPEND 23 Jul 2004; David Holm <dholm@gentoo.org> kalamaris-0.7.1.ebuild: Added to ~ppc. diff --git a/app-sci/kalamaris/kalamaris-0.7.1.ebuild b/app-sci/kalamaris/kalamaris-0.7.1.ebuild index 7b735bb27671..c568fc7712b5 100644 --- a/app-sci/kalamaris/kalamaris-0.7.1.ebuild +++ b/app-sci/kalamaris/kalamaris-0.7.1.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/kalamaris/kalamaris-0.7.1.ebuild,v 1.2 2004/07/22 23:44:50 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/kalamaris/kalamaris-0.7.1.ebuild,v 1.3 2004/07/25 18:57:50 carlo Exp $ inherit kde -need-kde 3 DESCRIPTION="The KDE Computer Algebra System" HOMEPAGE="http://developer.kde.org/~larrosa/kalamaris.html" @@ -12,8 +11,8 @@ LICENSE="GPL-2" KEYWORDS="~x86 ~ppc" -DEPEND="${DEPEND} - dev-libs/gmp" +DEPEND="dev-libs/gmp" +need-kde 3 S="${WORKDIR}/${PN}" |