From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 98ED31395E3 for ; Mon, 7 Nov 2016 21:44:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3882E09C5; Mon, 7 Nov 2016 21:44:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE068E09C5 for ; Mon, 7 Nov 2016 21:44:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EDAE034105A for ; Mon, 7 Nov 2016 21:44:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FB6124B6 for ; Mon, 7 Nov 2016 21:44:49 +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: <1478555064.74275664acb8f397e763faa8be5f2458b4a655bf.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/libkface/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/libkface/libkface-9999.ebuild X-VCS-Directories: kde-apps/libkface/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 74275664acb8f397e763faa8be5f2458b4a655bf X-VCS-Branch: master Date: Mon, 7 Nov 2016 21:44:49 +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: 2253bf55-7f26-4758-81d4-e4746feeda36 X-Archives-Hash: 245071fcaa693b0a2ab74d6ae5056af5 commit: 74275664acb8f397e763faa8be5f2458b4a655bf Author: Andreas Sturmlechner gmail com> AuthorDate: Sun Nov 6 19:30:59 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Nov 7 21:44:24 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=74275664 kde-apps/libkface: Patch upstreamed Package-Manager: portage-2.3.0 Signed-off-by: Johannes Huber gentoo.org> kde-apps/libkface/libkface-9999.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/kde-apps/libkface/libkface-9999.ebuild b/kde-apps/libkface/libkface-9999.ebuild index b54fe32..213af06 100644 --- a/kde-apps/libkface/libkface-9999.ebuild +++ b/kde-apps/libkface/libkface-9999.ebuild @@ -23,8 +23,6 @@ DEPEND=" " RDEPEND="${DEPEND}" -PATCHES=( "${FILESDIR}/${PN}-15.12.2-opencv3.1.patch" ) - src_configure() { local mycmakeargs=( -DENABLE_OPENCV3=$(has_version ">=media-libs/opencv-3" && echo yes || echo no)