diff options
author | Timo Gurr <tgurr@gentoo.org> | 2007-09-27 20:05:54 +0000 |
---|---|---|
committer | Timo Gurr <tgurr@gentoo.org> | 2007-09-27 20:05:54 +0000 |
commit | 6551942c85504c2708c82f05a7201dc411426397 (patch) | |
tree | 77b9c8f2b52bc6281600c9b24fe31cae38983def | |
parent | Autumn cleanup (diff) | |
download | gentoo-2-6551942c85504c2708c82f05a7201dc411426397.tar.gz gentoo-2-6551942c85504c2708c82f05a7201dc411426397.tar.bz2 gentoo-2-6551942c85504c2708c82f05a7201dc411426397.zip |
Added missing dependency, thanks to Eike Hein (bug 192739).
(Portage version: 2.1.3.9)
-rw-r--r-- | app-office/kformula/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/kformula/kformula-1.6.2.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-office/kformula/ChangeLog b/app-office/kformula/ChangeLog index d864a47f64d2..37f07b9b082d 100644 --- a/app-office/kformula/ChangeLog +++ b/app-office/kformula/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/kformula # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kformula/ChangeLog,v 1.79 2007/07/26 17:28:53 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kformula/ChangeLog,v 1.80 2007/09/27 20:05:54 tgurr Exp $ + + 27 Sep 2007; Timo Gurr <tgurr@gentoo.org> kformula-1.6.2.ebuild: + Added missing dependency, thanks to Eike Hein (bug 192739). 26 Jul 2007; Markus Rothe <corsair@gentoo.org> kformula-1.6.2.ebuild: Stable on ppc64; bug #178697 diff --git a/app-office/kformula/kformula-1.6.2.ebuild b/app-office/kformula/kformula-1.6.2.ebuild index 05cad50f968b..202d1e359965 100644 --- a/app-office/kformula/kformula-1.6.2.ebuild +++ b/app-office/kformula/kformula-1.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kformula/kformula-1.6.2.ebuild,v 1.10 2007/07/26 17:28:53 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kformula/kformula-1.6.2.ebuild,v 1.11 2007/09/27 20:05:54 tgurr Exp $ MAXKOFFICEVER=1.6.3 KMNAME=koffice @@ -14,7 +14,8 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" -RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs)" +RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs) + || ( kde-base/kcontrol kde-base/kdebase )" DEPEND="${RDEPEND} dev-util/pkgconfig" |