golly requires opengl from wxgtk unconditionally.
Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/611724
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DEPEND="dev-lang/perl
virtual/opengl
sys-libs/zlib
- x11-libs/wxGTK:${WX_GTK_VER}[X]"
+ x11-libs/wxGTK:${WX_GTK_VER}[X,opengl]"
RDEPEND="${DEPEND}
${PYTHON_DEPS}"