summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-01-08 17:23:16 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-01-08 17:23:16 +0000
commitbc337f9ccc8beffdbbb245ae8a49e0ade8c9c637 (patch)
tree77fd02425fa58a14db49811772e2b6d3f39ad251 /app-office
parentThank some people in ChangeLog (diff)
downloadgentoo-2-bc337f9ccc8beffdbbb245ae8a49e0ade8c9c637.tar.gz
gentoo-2-bc337f9ccc8beffdbbb245ae8a49e0ade8c9c637.tar.bz2
gentoo-2-bc337f9ccc8beffdbbb245ae8a49e0ade8c9c637.zip
Use COMMON_DEPEND to make strictly runtime deps stand out
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/kmymoney/kmymoney-3.95.0.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/app-office/kmymoney/kmymoney-3.95.0.ebuild b/app-office/kmymoney/kmymoney-3.95.0.ebuild
index dc419ced51fe..056c2fb21351 100644
--- a/app-office/kmymoney/kmymoney-3.95.0.ebuild
+++ b/app-office/kmymoney/kmymoney-3.95.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney/kmymoney-3.95.0.ebuild,v 1.1 2010/01/08 16:54:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney/kmymoney-3.95.0.ebuild,v 1.2 2010/01/08 17:23:16 ssuominen Exp $
EAPI=2
inherit flag-o-matic kde4-base
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="debug quotes test"
# Next alpha will have configure opts to make some of these optional.
-RDEPEND=">=dev-libs/boost-1.33.1
+COMMON_DEPEND=">=dev-libs/boost-1.33.1
>=net-libs/aqbanking-4.2[qt4]
>=sys-libs/gwenhywfar-3.10
dev-libs/libxml2
@@ -23,9 +23,10 @@ RDEPEND=">=dev-libs/boost-1.33.1
dev-libs/libgpg-error
app-crypt/gpgme
>=dev-libs/libofx-0.9
- >=kde-base/kdepimlibs-${KDE_MINIMAL}
+ >=kde-base/kdepimlibs-${KDE_MINIMAL}"
+RDEPEND="${COMMON_DEPEND}
quotes? ( dev-perl/Finance-Quote )"
-DEPEND="${RDEPEND}
+DEPEND="${COMMON_DEPEND}
test? ( >=dev-util/cppunit-1.12 )"
DOCS="AUTHORS BUGS ChangeLog* README* TODO"