From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 21B78139085 for ; Wed, 1 Feb 2017 17:18:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5537321C120; Wed, 1 Feb 2017 17:18:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 362DB21C120 for ; Wed, 1 Feb 2017 17:18:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1687341130 for ; Wed, 1 Feb 2017 17:18:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C76C3D6E for ; Wed, 1 Feb 2017 17:18:54 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1485969528.b99f319bbc079221442883c76f9a2b082465f489.swift@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/setools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/setools/setools-9999.ebuild X-VCS-Directories: app-admin/setools/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: b99f319bbc079221442883c76f9a2b082465f489 X-VCS-Branch: master Date: Wed, 1 Feb 2017 17:18:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1474444d-4c78-4112-bc92-8240ccebe256 X-Archives-Hash: 7e7e7a3aeb0a2a0d6354605a575effc1 commit: b99f319bbc079221442883c76f9a2b082465f489 Author: Sven Vermeulen gentoo org> AuthorDate: Wed Feb 1 17:18:09 2017 +0000 Commit: Sven Vermeulen gentoo 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 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}