commit: 24f777d08cddf2fe05031d1c8c63232d6e025724
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 14:35:05 2017 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 14:35:05 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24f777d0
media-libs/opencv: fix gtk bug #605740
Package-Manager: portage-2.3.0
media-libs/opencv/opencv-3.1.0-r6.ebuild | 4 ++--
media-libs/opencv/opencv-3.1.0-r7.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/media-libs/opencv/opencv-3.1.0-r6.ebuild
b/media-libs/opencv/opencv-3.1.0-r6.ebuild
index 5c5c284..fd9d870 100644
--- a/media-libs/opencv/opencv-3.1.0-r6.ebuild
+++ b/media-libs/opencv/opencv-3.1.0-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -149,7 +149,7 @@ src_configure() {
-DWITH_GSTREAMER=$(usex gstreamer)
-DWITH_GSTREAMER_0_10=OFF # Don't want this
-DWITH_GTK=$(usex gtk)
- -DWITH_GTK_2_X=OFF
+ -DWITH_GTK_2_X=$(usex gtk)
-DWITH_IPP=$(usex ipp)
-DWITH_JASPER=$(usex jpeg2k)
-DWITH_JPEG=$(usex jpeg)
diff --git a/media-libs/opencv/opencv-3.1.0-r7.ebuild
b/media-libs/opencv/opencv-3.1.0-r7.ebuild
index 879e7e2..9c60178 100644
--- a/media-libs/opencv/opencv-3.1.0-r7.ebuild
+++ b/media-libs/opencv/opencv-3.1.0-r7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -149,7 +149,7 @@ src_configure() {
-DWITH_GSTREAMER=$(usex gstreamer)
-DWITH_GSTREAMER_0_10=OFF # Don't want this
-DWITH_GTK=$(usex gtk)
- -DWITH_GTK_2_X=OFF
+ -DWITH_GTK_2_X=$(usex gtk)
-DWITH_IPP=$(usex ipp)
-DWITH_JASPER=$(usex jpeg2k)
-DWITH_JPEG=$(usex jpeg)