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 47326138CCF for ; Sat, 23 May 2015 16:13:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2214E0AA7; Sat, 23 May 2015 16:13:08 +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 E2BEEE0AA5 for ; Sat, 23 May 2015 16:13:07 +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 B5B04340DAB for ; Sat, 23 May 2015 16:13:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3ACE2A06 for ; Sat, 23 May 2015 16:13:04 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1432397568.a70d0b77a3c7b95c70730d564839d2a8f22b47bf.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/libkface/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/libkface/libkface-15.04.49.9999.ebuild X-VCS-Directories: kde-apps/libkface/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: a70d0b77a3c7b95c70730d564839d2a8f22b47bf X-VCS-Branch: master Date: Sat, 23 May 2015 16:13:04 +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: 07e5ffe0-b03a-42cd-84cd-bcbf22826251 X-Archives-Hash: 541d5849cb30b032ef974a480a15c9b8 commit: a70d0b77a3c7b95c70730d564839d2a8f22b47bf Author: Andreas Sturmlechner gmail com> AuthorDate: Wed May 20 20:23:24 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat May 23 16:12:48 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a70d0b77 [kde-apps/libkface] Don't lose KEYWORDS Package-Manager: portage-2.2.20 kde-apps/libkface/libkface-15.04.49.9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kde-apps/libkface/libkface-15.04.49.9999.ebuild b/kde-apps/libkface/libkface-15.04.49.9999.ebuild index 48388ed..e36c4e9 100644 --- a/kde-apps/libkface/libkface-15.04.49.9999.ebuild +++ b/kde-apps/libkface/libkface-15.04.49.9999.ebuild @@ -13,6 +13,8 @@ LICENSE="GPL-2" IUSE="" SLOT=4 +KEYWORDS="" + DEPEND=">=media-libs/opencv-2.4.9" RDEPEND="${DEPEND} !media-libs/libkface"