Gentoo Archives: gentoo-commits

From: Sven Vermeulen <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/setools/
Date: Wed, 01 Feb 2017 17:18:59
Message-Id: 1485969528.b99f319bbc079221442883c76f9a2b082465f489.swift@gentoo
1 commit: b99f319bbc079221442883c76f9a2b082465f489
2 Author: Sven Vermeulen <swift <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 1 17:18:09 2017 +0000
4 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 17:18:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b99f319b
7
8 app-admin/setools: Add dependency on PyQt5 with USE set to widgets and gui
9
10 Without this dependency set, launching apol fails with:
11
12 Traceback (most recent call last):
13 File "/usr/lib/python-exec/python2.7/apol", line 24, in <module>
14 from PyQt5.QtWidgets import QApplication
15 ImportError: No module named QtWidgets
16
17 Package-Manager: portage-2.3.3
18
19 app-admin/setools/setools-9999.ebuild | 4 ++--
20 1 file changed, 2 insertions(+), 2 deletions(-)
21
22 diff --git a/app-admin/setools/setools-9999.ebuild b/app-admin/setools/setools-9999.ebuild
23 index 98ac8a5..5a1f0d6 100644
24 --- a/app-admin/setools/setools-9999.ebuild
25 +++ b/app-admin/setools/setools-9999.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2016 Gentoo Foundation
28 +# Copyright 1999-2017 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 # $Id$
31
32 @@ -28,7 +28,7 @@ RDEPEND="${PYTHON_DEPS}
33 app-arch/bzip2:=
34 dev-libs/libpcre:=
35 X? (
36 - dev-python/PyQt5
37 + dev-python/PyQt5[gui,widgets]
38 )"
39
40 DEPEND="${RDEPEND}