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 8364F139695 for ; Mon, 17 Apr 2017 09:26:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E00FAE0CD5; Mon, 17 Apr 2017 09:26:57 +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 BBDCBE0CD4 for ; Mon, 17 Apr 2017 09:26:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ECDAE341674 for ; Mon, 17 Apr 2017 09:26:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB7C57437 for ; Mon, 17 Apr 2017 09:26:55 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1492421209.025e3dae881ce033c3142eaf55e81595160f56fb.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/frei0r-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/frei0r-plugins/frei0r-plugins-1.5.0.ebuild X-VCS-Directories: media-plugins/frei0r-plugins/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 025e3dae881ce033c3142eaf55e81595160f56fb X-VCS-Branch: master Date: Mon, 17 Apr 2017 09:26:55 +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: 845ebef3-630b-41ce-8ec8-9d08672b5e3f X-Archives-Hash: dd3549a4c6892786219167507a670ff9 commit: 025e3dae881ce033c3142eaf55e81595160f56fb Author: Alexis Ballier gentoo org> AuthorDate: Mon Apr 17 09:13:45 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Apr 17 09:26:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=025e3dae media-plugins/frei0r-plugins: add := dep on opencv Package-Manager: Portage-2.3.5, Repoman-2.3.2 media-plugins/frei0r-plugins/frei0r-plugins-1.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/frei0r-plugins/frei0r-plugins-1.5.0.ebuild b/media-plugins/frei0r-plugins/frei0r-plugins-1.5.0.ebuild index c0e853fa541..9d97d692ae3 100644 --- a/media-plugins/frei0r-plugins/frei0r-plugins-1.5.0.ebuild +++ b/media-plugins/frei0r-plugins/frei0r-plugins-1.5.0.ebuild @@ -15,7 +15,7 @@ KEYWORDS="amd64 hppa ppc x86 ~amd64-fbsd ~x86-fbsd" IUSE="doc +facedetect +scale0tilt" RDEPEND="x11-libs/cairo - facedetect? ( >=media-libs/opencv-2.3.0 ) + facedetect? ( >=media-libs/opencv-2.3.0:= ) scale0tilt? ( >=media-libs/gavl-1.2.0 )" DEPEND="${RDEPEND} virtual/pkgconfig