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 238291382C5 for ; Thu, 25 Jan 2018 18:06:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54717E09B8; Thu, 25 Jan 2018 18:06:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2E227E09B8 for ; Thu, 25 Jan 2018 18:06:10 +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 D43D9335C30 for ; Thu, 25 Jan 2018 18:06:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B61C1B0 for ; Thu, 25 Jan 2018 18:06:08 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1516903555.facd77dbbfc1c181086f927be802a6b74d5392c3.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/klayout/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/klayout/klayout-9999.ebuild X-VCS-Directories: sci-electronics/klayout/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: facd77dbbfc1c181086f927be802a6b74d5392c3 X-VCS-Branch: master Date: Thu, 25 Jan 2018 18:06:08 +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: 100e2ff9-fd5e-47cf-94dc-1307a13cee3d X-Archives-Hash: fc5b9693fae297b7aec86b6f5bed223a commit: facd77dbbfc1c181086f927be802a6b74d5392c3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jan 25 18:04:45 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jan 25 18:05:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=facd77db sci-electronics/klayout: Fix use-dep in live ebuild as well Package-Manager: Portage-2.3.20, Repoman-2.3.6 sci-electronics/klayout/klayout-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-electronics/klayout/klayout-9999.ebuild b/sci-electronics/klayout/klayout-9999.ebuild index 7c8f9f18784..5dae5206343 100644 --- a/sci-electronics/klayout/klayout-9999.ebuild +++ b/sci-electronics/klayout/klayout-9999.ebuild @@ -30,7 +30,7 @@ RDEPEND=" dev-qt/designer:5 dev-qt/qtcore:5 dev-qt/qtgui:5 - dev-qt/qtmultimedia:5 + dev-qt/qtmultimedia:5[widgets] dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtsql:5