commit:     b99f319bbc079221442883c76f9a2b082465f489
Author:     Sven Vermeulen <swift <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  1 17:18:09 2017 +0000
Commit:     Sven Vermeulen <swift <AT> gentoo <DOT> org>
CommitDate: Wed Feb  1 17:18:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b99f319b

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 <module>
    from PyQt5.QtWidgets import QApplication
ImportError: No module named QtWidgets

Package-Manager: portage-2.3.3

 app-admin/setools/setools-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/setools/setools-9999.ebuild 
b/app-admin/setools/setools-9999.ebuild
index 98ac8a5..5a1f0d6 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}

Reply via email to