commit: 31410cc041c5124985de180a2b0e8c607b2e9d0c
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon May 12 13:38:36 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon May 12 13:38:36 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=31410cc0
[dev-qt/qtopengl] Add missing dependencies.
Package-Manager: portage-2.2.8-r1
---
dev-qt/qtopengl/qtopengl-4.8.9999.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-qt/qtopengl/qtopengl-4.8.9999.ebuild
b/dev-qt/qtopengl/qtopengl-4.8.9999.ebuild
index dc9f5a5..a33d904 100644
--- a/dev-qt/qtopengl/qtopengl-4.8.9999.ebuild
+++ b/dev-qt/qtopengl/qtopengl-4.8.9999.ebuild
@@ -18,6 +18,8 @@ IUSE="egl qt3support"
DEPEND="
~dev-qt/qtcore-${PV}[aqua=,debug=,qt3support=]
~dev-qt/qtgui-${PV}[aqua=,debug=,egl=,qt3support=]
+ x11-libs/libX11
+ x11-libs/libXrender
virtual/opengl
"
RDEPEND="${DEPEND}"