commit: b96f4fc21a3083dff653a07364c6a0cd4b89cefc
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 10:20:18 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 11:27:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96f4fc2
media-libs/opencolorio: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
media-libs/opencolorio/opencolorio-1.0.9-r2.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-libs/opencolorio/opencolorio-1.0.9-r2.ebuild
b/media-libs/opencolorio/opencolorio-1.0.9-r2.ebuild
index 7ca6746dee3..1d80450f58a 100644
--- a/media-libs/opencolorio/opencolorio-1.0.9-r2.ebuild
+++ b/media-libs/opencolorio/opencolorio-1.0.9-r2.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
EAPI=6
@@ -22,7 +22,7 @@ IUSE="doc opengl pdf python cpu_flags_x86_sse2 test"
RDEPEND="opengl? (
media-libs/lcms:2
>=media-libs/openimageio-1.1.0
- media-libs/glew
+ media-libs/glew:0=
media-libs/freeglut
virtual/opengl
)
@@ -38,7 +38,7 @@ DEPEND="${RDEPEND}
"
# Documentation building requires Python bindings building
-REQUIRED_USE="doc? ( python )"
+REQUIRED_USE="doc? ( python ) python? ( ${PYTHON_REQUIRED_USE} )"
# Restricting tests, bugs #439790 and #447908
RESTRICT="test"