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 198891385B4 for ; Thu, 20 Oct 2016 21:23:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58053E083A; Thu, 20 Oct 2016 21:23:18 +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 3E8F6E083A for ; Thu, 20 Oct 2016 21:23:18 +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 EDD96341645 for ; Thu, 20 Oct 2016 21:23:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BFBC2F4 for ; Thu, 20 Oct 2016 21:23:14 +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: <1476998583.44be616bb24ce18edc24cc9593d067a3ff8c5457.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opencv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/opencv/opencv-2.4.12-r1.ebuild X-VCS-Directories: media-libs/opencv/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 44be616bb24ce18edc24cc9593d067a3ff8c5457 X-VCS-Branch: master Date: Thu, 20 Oct 2016 21:23:14 +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: 7cd61db6-4f7e-4151-971b-15825ebfa7c8 X-Archives-Hash: 8c9b9983e3aefe7e2571a5316e1ceee7 commit: 44be616bb24ce18edc24cc9593d067a3ff8c5457 Author: Michael Palimaka gentoo org> AuthorDate: Thu Oct 20 21:19:25 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Oct 20 21:23:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44be616b media-libs/opencv: x86 stable Gentoo-bug: 588170 Package-Manager: portage-2.3.2 media-libs/opencv/opencv-2.4.12-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/opencv/opencv-2.4.12-r1.ebuild b/media-libs/opencv/opencv-2.4.12-r1.ebuild index 16ab06a..945956e 100644 --- a/media-libs/opencv/opencv-2.4.12-r1.ebuild +++ b/media-libs/opencv/opencv-2.4.12-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/Itseez/opencv/archive/${PV}.zip -> ${P}.zip" LICENSE="BSD" SLOT="0/2.4" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux" IUSE="cuda +eigen examples ffmpeg gstreamer gtk ieee1394 ipp jpeg jpeg2k libav opencl openexr opengl openmp pch png +python qt4 qt5 testprograms threads tiff v4l vtk xine" REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} )