From: Sergei Trofimovich Date: Sun, 25 Nov 2018 12:09:50 +0000 (+0000) Subject: app-misc/golly: add missing wxgtk[opengl] depend, bug #611724 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f7845a2ca8338f6120f49b182849e1252683c9e1;p=gentoo.git app-misc/golly: add missing wxgtk[opengl] depend, bug #611724 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 --- diff --git a/app-misc/golly/golly-2.8.ebuild b/app-misc/golly/golly-2.8-r1.ebuild similarity index 93% rename from app-misc/golly/golly-2.8.ebuild rename to app-misc/golly/golly-2.8-r1.ebuild index 1c6a36ee52e7..0dda2847e7e9 100644 --- a/app-misc/golly/golly-2.8.ebuild +++ b/app-misc/golly/golly-2.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" 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}"