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 B0D971395E4 for ; Mon, 3 Aug 2015 20:54:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EC27E07F7; Mon, 3 Aug 2015 20:54:10 +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 1E640E07F7 for ; Mon, 3 Aug 2015 20:54:10 +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 634343407C5 for ; Mon, 3 Aug 2015 20:54:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EAC7111 for ; Mon, 3 Aug 2015 20:54:06 +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: <1438631165.3ed6496589a88dfa91bb3963a08f722e6560f0b8.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: 3ed6496589a88dfa91bb3963a08f722e6560f0b8 X-VCS-Branch: master Date: Mon, 3 Aug 2015 20:54:06 +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: 041579ef-92f2-4345-9394-ca0b64a051d1 X-Archives-Hash: d6f6b4c85b5cb2b7947c4d6efda25471 commit: 3ed6496589a88dfa91bb3963a08f722e6560f0b8 Author: Andreas Sturmlechner gmail com> AuthorDate: Mon Aug 3 19:33:44 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Aug 3 19:46:05 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3ed64965 [kde-apps/kmime] Drop boost DEPEND Package-Manager: portage-2.2.20 kde-apps/kmime/kmime-9999.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/kde-apps/kmime/kmime-9999.ebuild b/kde-apps/kmime/kmime-9999.ebuild index a39f815..31edecd 100644 --- a/kde-apps/kmime/kmime-9999.ebuild +++ b/kde-apps/kmime/kmime-9999.ebuild @@ -13,10 +13,8 @@ LICENSE="LGPL-2+" KEYWORDS="" IUSE="" -RDEPEND=" +DEPEND=" $(add_frameworks_dep kcodecs) $(add_frameworks_dep ki18n) " -DEPEND="${RDEPEND} - dev-libs/boost -" +RDEPEND="${DEPEND}"