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 1SZejR-0003hH-CN for garchives@archives.gentoo.org; Wed, 30 May 2012 08:58:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3A6DE05EC; Wed, 30 May 2012 08:57:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B6496E05EC for ; Wed, 30 May 2012 08:57:59 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C69651B401E for ; Wed, 30 May 2012 08:57:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B80B2E5428 for ; Wed, 30 May 2012 08:57:56 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1338368203.391584b3c64710c56ee02a3f36b3ba6165290df2.kensington@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.8.49.9999.ebuild kde-base/kdepimlibs/kdepimlibs-4.8.80.ebuild kde-base/kdepimlibs/kdepimlibs-9999.ebuild X-VCS-Directories: kde-base/kdepimlibs/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 391584b3c64710c56ee02a3f36b3ba6165290df2 X-VCS-Branch: master Date: Wed, 30 May 2012 08:57:56 +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: 47845744-2c33-40c4-9721-5942ba14fd45 X-Archives-Hash: 088c9b1d94e05318ddfac0a79fc1fc6c commit: 391584b3c64710c56ee02a3f36b3ba6165290df2 Author: Michael Palimaka gentoo org> AuthorDate: Wed May 30 08:56:43 2012 +0000 Commit: Michael Palimaka astralcloak net> CommitDate: Wed May 30 08:56:43 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D391584b3 [kde-base/kdepimlibs] Make boost an rdep too, for bug #418071. (Portage version: 2.1.10.63/git/Linux x86_64, unsigned Manifest commit) --- kde-base/kdepimlibs/kdepimlibs-4.8.49.9999.ebuild | 10 +++++----- kde-base/kdepimlibs/kdepimlibs-4.8.80.ebuild | 10 +++++----- kde-base/kdepimlibs/kdepimlibs-9999.ebuild | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/kde-base/kdepimlibs/kdepimlibs-4.8.49.9999.ebuild b/kde-base= /kdepimlibs/kdepimlibs-4.8.49.9999.ebuild index 2d5c96a..c8f21f7 100644 --- a/kde-base/kdepimlibs/kdepimlibs-4.8.49.9999.ebuild +++ b/kde-base/kdepimlibs/kdepimlibs-4.8.49.9999.ebuild @@ -19,8 +19,9 @@ IUSE=3D"debug ldap prison semantic-desktop" # some akonadi tests timeout, that probaly needs more work as its ~700 t= ests RESTRICT=3D"test" =20 -COMMON_DEPEND=3D" +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,10 +34,9 @@ COMMON_DEPEND=3D" ) ldap? ( net-nds/openldap ) " -DEPEND=3D"${COMMON_DEPEND} - >=3Ddev-libs/boost-1.35.0-r5 -" -RDEPEND=3D"${COMMON_DEPEND}" +# boost is not linked to, but headers which include it are installed +# bug #418071 +RDEPEND=3D"${DEPEND}" =20 src_prepare() { kde4-base_src_prepare diff --git a/kde-base/kdepimlibs/kdepimlibs-4.8.80.ebuild b/kde-base/kdep= imlibs/kdepimlibs-4.8.80.ebuild index 09911bb..a41c99c 100644 --- a/kde-base/kdepimlibs/kdepimlibs-4.8.80.ebuild +++ b/kde-base/kdepimlibs/kdepimlibs-4.8.80.ebuild @@ -19,8 +19,9 @@ IUSE=3D"debug ldap prison semantic-desktop" # some akonadi tests timeout, that probaly needs more work as its ~700 t= ests RESTRICT=3D"test" =20 -COMMON_DEPEND=3D" +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,10 +34,9 @@ COMMON_DEPEND=3D" ) ldap? ( net-nds/openldap ) " -DEPEND=3D"${COMMON_DEPEND} - >=3Ddev-libs/boost-1.35.0-r5 -" -RDEPEND=3D"${COMMON_DEPEND}" +# boost is not linked to, but headers which include it are installed +# bug #418071 +RDEPEND=3D"${DEPEND}" =20 src_prepare() { kde4-base_src_prepare diff --git a/kde-base/kdepimlibs/kdepimlibs-9999.ebuild b/kde-base/kdepim= libs/kdepimlibs-9999.ebuild index 2d5c96a..c8f21f7 100644 --- a/kde-base/kdepimlibs/kdepimlibs-9999.ebuild +++ b/kde-base/kdepimlibs/kdepimlibs-9999.ebuild @@ -19,8 +19,9 @@ IUSE=3D"debug ldap prison semantic-desktop" # some akonadi tests timeout, that probaly needs more work as its ~700 t= ests RESTRICT=3D"test" =20 -COMMON_DEPEND=3D" +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,10 +34,9 @@ COMMON_DEPEND=3D" ) ldap? ( net-nds/openldap ) " -DEPEND=3D"${COMMON_DEPEND} - >=3Ddev-libs/boost-1.35.0-r5 -" -RDEPEND=3D"${COMMON_DEPEND}" +# boost is not linked to, but headers which include it are installed +# bug #418071 +RDEPEND=3D"${DEPEND}" =20 src_prepare() { kde4-base_src_prepare