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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0B49E158087 for ; Sun, 6 Feb 2022 10:49:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5751E2BC004; Sun, 6 Feb 2022 10:49:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD2C72BC004 for ; Sun, 6 Feb 2022 10:49:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E8B76342DA8 for ; Sun, 6 Feb 2022 10:49:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B9C22A0 for ; Sun, 6 Feb 2022 10:49:14 +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: <1644144400.b9831df0c4ce536729fb71a0298b7c2a41618b32.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: www-client/falkon/ X-VCS-Repository: proj/kde X-VCS-Files: www-client/falkon/falkon-9999.ebuild X-VCS-Directories: www-client/falkon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b9831df0c4ce536729fb71a0298b7c2a41618b32 X-VCS-Branch: master Date: Sun, 6 Feb 2022 10:49:14 +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: 708ac709-848c-4e63-b496-0fd200dddaf4 X-Archives-Hash: 8404cf34f1efaa255b2dd0325f3cac13 commit: b9831df0c4ce536729fb71a0298b7c2a41618b32 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 6 10:46:40 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 6 10:46:40 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b9831df0 www-client/falkon: Add missing dev-python/pyside[webengine] usedep Bug: https://bugs.gentoo.org/832729 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> www-client/falkon/falkon-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/falkon/falkon-9999.ebuild b/www-client/falkon/falkon-9999.ebuild index 702af5b75a..867ce92366 100644 --- a/www-client/falkon/falkon-9999.ebuild +++ b/www-client/falkon/falkon-9999.ebuild @@ -48,7 +48,7 @@ COMMON_DEPEND=" python? ( ${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-python/pyside2[designer,gui,widgets,${PYTHON_USEDEP}] + dev-python/pyside2[designer,gui,webengine,widgets,${PYTHON_USEDEP}] dev-python/shiboken2[${PYTHON_USEDEP}] ') )