app-misc/golly: add missing wxgtk[opengl] depend, bug #611724
authorSergei Trofimovich <slyfox@gentoo.org>
Sun, 25 Nov 2018 12:09:50 +0000 (12:09 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Sun, 25 Nov 2018 12:09:50 +0000 (12:09 +0000)
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>
app-misc/golly/golly-2.8-r1.ebuild [moved from app-misc/golly/golly-2.8.ebuild with 93% similarity]

similarity index 93%
rename from app-misc/golly/golly-2.8.ebuild
rename to app-misc/golly/golly-2.8-r1.ebuild
index 1c6a36ee52e7de838ef2bb3de53c4df8c17943b3..0dda2847e7e9d4f96e37fa85f39cf396252cacdd 100644 (file)
@@ -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}"