summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-07-31 20:33:33 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-07-31 20:33:33 +0000
commit491f05e9ff0446b2f9c40c0d6c129409b4e16eb5 (patch)
tree606e2001a77b5a64af096350bc16fd729f9e26b6 /kde-base
parentBoost is only DEPEND, bug 368787 (diff)
downloadgentoo-2-491f05e9ff0446b2f9c40c0d6c129409b4e16eb5.tar.gz
gentoo-2-491f05e9ff0446b2f9c40c0d6c129409b4e16eb5.tar.bz2
gentoo-2-491f05e9ff0446b2f9c40c0d6c129409b4e16eb5.zip
Boost is only DEPEND, bug 368787
(Portage version: 2.1.10.8/cvs/Linux x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kdepimlibs/ChangeLog6
-rw-r--r--kde-base/kdepimlibs/kdepimlibs-4.7.0.ebuild10
2 files changed, 11 insertions, 5 deletions
diff --git a/kde-base/kdepimlibs/ChangeLog b/kde-base/kdepimlibs/ChangeLog
index be8b4989a13c..b0c6118179d9 100644
--- a/kde-base/kdepimlibs/ChangeLog
+++ b/kde-base/kdepimlibs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kdepimlibs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/ChangeLog,v 1.106 2011/07/27 14:04:34 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/ChangeLog,v 1.107 2011/07/31 20:33:33 dilfridge Exp $
+
+ 31 Jul 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+ kdepimlibs-4.7.0.ebuild:
+ Boost is only DEPEND, bug 368787
*kdepimlibs-4.7.0 (27 Jul 2011)
diff --git a/kde-base/kdepimlibs/kdepimlibs-4.7.0.ebuild b/kde-base/kdepimlibs/kdepimlibs-4.7.0.ebuild
index f2b6d1477962..c63f69a1eaba 100644
--- a/kde-base/kdepimlibs/kdepimlibs-4.7.0.ebuild
+++ b/kde-base/kdepimlibs/kdepimlibs-4.7.0.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/kdepimlibs/kdepimlibs-4.7.0.ebuild,v 1.1 2011/07/27 14:04:34 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/kdepimlibs-4.7.0.ebuild,v 1.2 2011/07/31 20:33:33 dilfridge Exp $
EAPI=4
@@ -19,9 +19,8 @@ IUSE="debug ldap semantic-desktop"
# some akonadi tests timeout, that probaly needs more work as its ~700 tests
RESTRICT="test"
-DEPEND="
+COMMON_DEPEND="
>=app-crypt/gpgme-1.1.6
- >=dev-libs/boost-1.35.0-r5
dev-libs/libgpg-error
>=dev-libs/libical-0.43
dev-libs/cyrus-sasl
@@ -33,7 +32,10 @@ DEPEND="
)
ldap? ( net-nds/openldap )
"
-RDEPEND="${DEPEND}"
+DEPEND="${COMMON_DEPEND}
+ >=dev-libs/boost-1.35.0-r5
+"
+RDEPEND="${COMMON_DEPEND}"
# libakonadi-kcal moved here from akonadi in 4.3.86
add_blocker akonadi '<4.3.86'