From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 81DBE138CD3 for ; Sun, 7 Jun 2015 21:43:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2ED92E08C8; Sun, 7 Jun 2015 21:43:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96B78E08C8 for ; Sun, 7 Jun 2015 21:43:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A26A4340662 for ; Sun, 7 Jun 2015 21:43:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CDCFA23 for ; Sun, 7 Jun 2015 21:43:24 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1433710869.38a99dd1375578e02f440632dd6719c42e4fe68d.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kmime/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kmime/kmime-9999.ebuild X-VCS-Directories: kde-apps/kmime/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 38a99dd1375578e02f440632dd6719c42e4fe68d X-VCS-Branch: master Date: Sun, 7 Jun 2015 21:43:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a3c57cdd-a50d-4f1b-b98b-f65851934e1c X-Archives-Hash: d4f0826fd171037c6ec0b4504ec75ba0 commit: 38a99dd1375578e02f440632dd6719c42e4fe68d Author: Johannes Huber gentoo org> AuthorDate: Sun Jun 7 21:01:09 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Jun 7 21:01:09 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=38a99dd1 [kde-apps/kmime] DEPEND on dev-libs/boost Package-Manager: portage-2.2.20 kde-apps/kmime/kmime-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kde-apps/kmime/kmime-9999.ebuild b/kde-apps/kmime/kmime-9999.ebuild index e52474f..a39f815 100644 --- a/kde-apps/kmime/kmime-9999.ebuild +++ b/kde-apps/kmime/kmime-9999.ebuild @@ -15,7 +15,8 @@ IUSE="" RDEPEND=" $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kdelibs4support) $(add_frameworks_dep ki18n) " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-libs/boost +"