From: Sven Vermeulen Date: Wed, 1 Feb 2017 17:18:09 +0000 (+0100) Subject: app-admin/setools: Add dependency on PyQt5 with USE set to widgets and gui X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b99f319bbc079221442883c76f9a2b082465f489;p=gentoo.git app-admin/setools: Add dependency on PyQt5 with USE set to widgets and gui Without this dependency set, launching apol fails with: Traceback (most recent call last): File "/usr/lib/python-exec/python2.7/apol", line 24, in from PyQt5.QtWidgets import QApplication ImportError: No module named QtWidgets Package-Manager: portage-2.3.3 --- diff --git a/app-admin/setools/setools-9999.ebuild b/app-admin/setools/setools-9999.ebuild index 98ac8a5f918e..5a1f0d61ead6 100644 --- a/app-admin/setools/setools-9999.ebuild +++ b/app-admin/setools/setools-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -28,7 +28,7 @@ RDEPEND="${PYTHON_DEPS} app-arch/bzip2:= dev-libs/libpcre:= X? ( - dev-python/PyQt5 + dev-python/PyQt5[gui,widgets] )" DEPEND="${RDEPEND}