summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-07-31 20:28:37 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-07-31 20:28:37 +0000
commitade3b9e634acc7e3d4cdafb71ec256d2692b1242 (patch)
treea01bd80defe435804aca86c5a741af80d224ce8d /kde-base/kdepim-runtime/kdepim-runtime-4.4.11.1.ebuild
parentFix building of tests, but restrict them anyway, see bug 366505 (diff)
downloadgentoo-2-ade3b9e634acc7e3d4cdafb71ec256d2692b1242.tar.gz
gentoo-2-ade3b9e634acc7e3d4cdafb71ec256d2692b1242.tar.bz2
gentoo-2-ade3b9e634acc7e3d4cdafb71ec256d2692b1242.zip
Boost is only DEPEND, bug 368787
(Portage version: 2.1.10.8/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kdepim-runtime/kdepim-runtime-4.4.11.1.ebuild')
-rw-r--r--kde-base/kdepim-runtime/kdepim-runtime-4.4.11.1.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/kde-base/kdepim-runtime/kdepim-runtime-4.4.11.1.ebuild b/kde-base/kdepim-runtime/kdepim-runtime-4.4.11.1.ebuild
index f5844f90b1c4..82b591c7084d 100644
--- a/kde-base/kdepim-runtime/kdepim-runtime-4.4.11.1.ebuild
+++ b/kde-base/kdepim-runtime/kdepim-runtime-4.4.11.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/kdepim-runtime-4.4.11.1.ebuild,v 1.5 2011/06/01 19:39:28 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/kdepim-runtime-4.4.11.1.ebuild,v 1.6 2011/07/31 20:28:37 dilfridge Exp $
EAPI=4
@@ -19,10 +19,9 @@ IUSE="debug"
RESTRICT="test"
# Would need test programs _testrunner and akonaditest from kdepimlibs
-DEPEND="
+COMMON_DEPEND="
app-misc/strigi
>=app-office/akonadi-server-1.3.1
- dev-libs/boost
dev-libs/libxml2:2
dev-libs/libxslt
$(add_kdebase_dep kdelibs 'semantic-desktop' 4.6)
@@ -30,7 +29,10 @@ DEPEND="
$(add_kdebase_dep libkdepim)
x11-misc/shared-mime-info
"
-RDEPEND="${DEPEND}
+DEPEND="${COMMON_DEPEND}
+ dev-libs/boost
+"
+RDEPEND="${COMMON_DEPEND}
$(add_kdebase_dep kdepim-icons)
"