From b99f319bbc079221442883c76f9a2b082465f489 Mon Sep 17 00:00:00 2001 From: Sven Vermeulen Date: Wed, 1 Feb 2017 18:18:09 +0100 Subject: [PATCH] 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 --- 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 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} -- 2.26.2