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 730DA138335 for ; Wed, 8 May 2019 19:58:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C8E5E08A0; Wed, 8 May 2019 19:58:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 23712E08A0 for ; Wed, 8 May 2019 19:58:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D205C343D0D for ; Wed, 8 May 2019 19:57:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7967A503 for ; Wed, 8 May 2019 19:57:57 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1557345456.8224016b0b715c60d3f4f6d163405aa7dd65b812.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/fs-uae-launcher/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/fs-uae-launcher/fs-uae-launcher-2.8.3.ebuild X-VCS-Directories: app-emulation/fs-uae-launcher/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 8224016b0b715c60d3f4f6d163405aa7dd65b812 X-VCS-Branch: master Date: Wed, 8 May 2019 19:57:57 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0c99d55e-a24b-445b-b2d0-0fa950b5fa97 X-Archives-Hash: c9c318f93cf9b9546f1d0a0189003cca commit: 8224016b0b715c60d3f4f6d163405aa7dd65b812 Author: James Le Cuirot gentoo org> AuthorDate: Wed May 8 19:52:33 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Wed May 8 19:57:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8224016b app-emulation/fs-uae-launcher: Add required PyQt5 USE flags Closes: https://bugs.gentoo.org/684946 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: James Le Cuirot gentoo.org> app-emulation/fs-uae-launcher/fs-uae-launcher-2.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/fs-uae-launcher/fs-uae-launcher-2.8.3.ebuild b/app-emulation/fs-uae-launcher/fs-uae-launcher-2.8.3.ebuild index 8a1bab4b457..d782ea3d97b 100644 --- a/app-emulation/fs-uae-launcher/fs-uae-launcher-2.8.3.ebuild +++ b/app-emulation/fs-uae-launcher/fs-uae-launcher-2.8.3.ebuild @@ -19,7 +19,7 @@ IUSE="lha" RDEPEND=" app-emulation/fs-uae dev-python/pyopengl[${PYTHON_USEDEP}] - dev-python/PyQt5[${PYTHON_USEDEP},gui] + dev-python/PyQt5[${PYTHON_USEDEP},declarative,gui,network,opengl,widgets] dev-python/six[${PYTHON_USEDEP}] lha? ( dev-python/python-lhafile[${PYTHON_USEDEP}] ) "