From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QncnT-0006G6-J3 for garchives@archives.gentoo.org; Sun, 31 Jul 2011 20:39:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60C0221C075; Sun, 31 Jul 2011 20:39:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2DE6F21C075 for ; Sun, 31 Jul 2011 20:39:31 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B02811BC018 for ; Sun, 31 Jul 2011 20:39:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id BF5823C004 for ; Sun, 31 Jul 2011 20:39:29 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <5439172881cb8bd32c9d86994f3c0d18d9507a56.dilfridge@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kdepimlibs/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kdepimlibs/kdepimlibs-4.7.49.9999.ebuild kde-base/kdepimlibs/kdepimlibs-9999.ebuild X-VCS-Directories: kde-base/kdepimlibs/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 5439172881cb8bd32c9d86994f3c0d18d9507a56 Date: Sun, 31 Jul 2011 20:39:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: beee93fb258a6e836509948c2577dcd5 commit: 5439172881cb8bd32c9d86994f3c0d18d9507a56 Author: Andreas K. Huettel (dilfridge) akhuettel de> AuthorDate: Sun Jul 31 20:34:32 2011 +0000 Commit: Andreas H=C3=BCttel gentoo org> CommitDate: Sun Jul 31 20:34:32 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D54391728 [kde-base/kdepimlibs] Boost is only DEPEND, bug 368787 (Portage version: 2.1.10.8/git/Linux x86_64, signed Manifest commit with = key B6C5F7DE) --- kde-base/kdepimlibs/kdepimlibs-4.7.49.9999.ebuild | 8 +++++--- kde-base/kdepimlibs/kdepimlibs-9999.ebuild | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/kde-base/kdepimlibs/kdepimlibs-4.7.49.9999.ebuild b/kde-base= /kdepimlibs/kdepimlibs-4.7.49.9999.ebuild index 0409202..72627b0 100644 --- a/kde-base/kdepimlibs/kdepimlibs-4.7.49.9999.ebuild +++ b/kde-base/kdepimlibs/kdepimlibs-4.7.49.9999.ebuild @@ -19,9 +19,8 @@ IUSE=3D"debug ldap semantic-desktop" # some akonadi tests timeout, that probaly needs more work as its ~700 t= ests RESTRICT=3D"test" =20 -DEPEND=3D" +COMMON_DEPEND=3D" >=3Dapp-crypt/gpgme-1.1.6 - >=3Ddev-libs/boost-1.35.0-r5 dev-libs/libgpg-error >=3Ddev-libs/libical-0.43 dev-libs/cyrus-sasl @@ -33,7 +32,10 @@ DEPEND=3D" ) ldap? ( net-nds/openldap ) " -RDEPEND=3D"${DEPEND}" +DEPEND=3D"${COMMON_DEPEND} + >=3Ddev-libs/boost-1.35.0-r5 +" +RDEPEND=3D"${COMMON_DEPEND}" =20 # libakonadi-kcal moved here from akonadi in 4.3.86 add_blocker akonadi '<4.3.86' diff --git a/kde-base/kdepimlibs/kdepimlibs-9999.ebuild b/kde-base/kdepim= libs/kdepimlibs-9999.ebuild index 0409202..72627b0 100644 --- a/kde-base/kdepimlibs/kdepimlibs-9999.ebuild +++ b/kde-base/kdepimlibs/kdepimlibs-9999.ebuild @@ -19,9 +19,8 @@ IUSE=3D"debug ldap semantic-desktop" # some akonadi tests timeout, that probaly needs more work as its ~700 t= ests RESTRICT=3D"test" =20 -DEPEND=3D" +COMMON_DEPEND=3D" >=3Dapp-crypt/gpgme-1.1.6 - >=3Ddev-libs/boost-1.35.0-r5 dev-libs/libgpg-error >=3Ddev-libs/libical-0.43 dev-libs/cyrus-sasl @@ -33,7 +32,10 @@ DEPEND=3D" ) ldap? ( net-nds/openldap ) " -RDEPEND=3D"${DEPEND}" +DEPEND=3D"${COMMON_DEPEND} + >=3Ddev-libs/boost-1.35.0-r5 +" +RDEPEND=3D"${COMMON_DEPEND}" =20 # libakonadi-kcal moved here from akonadi in 4.3.86 add_blocker akonadi '<4.3.86'