commit: f7845a2ca8338f6120f49b182849e1252683c9e1 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sun Nov 25 12:09:50 2018 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sun Nov 25 12:09:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7845a2c
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 <slyfox <AT> gentoo.org> app-misc/golly/{golly-2.8.ebuild => golly-2.8-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 1c6a36ee52e..0dda2847e7e 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}"
