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 8AE72158170 for ; Sat, 20 Jul 2024 08:20:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0BA0E2AF3; Sat, 20 Jul 2024 08:20:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id AE597E2AF3 for ; Sat, 20 Jul 2024 08:20:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 98336341B52 for ; Sat, 20 Jul 2024 08:20:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 045591CE9 for ; Sat, 20 Jul 2024 08:20:26 +0000 (UTC) From: "Takuya Wakazono" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Takuya Wakazono" Message-ID: <1721463018.b1ad3296f03fb552fac2897ca142f8af52032326.pastalian46@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/megasync/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/megasync/megasync-5.3.0.0-r1.ebuild net-misc/megasync/megasync-5.3.0.0.ebuild net-misc/megasync/megasync-9999.ebuild X-VCS-Directories: net-misc/megasync/ X-VCS-Committer: pastalian46 X-VCS-Committer-Name: Takuya Wakazono X-VCS-Revision: b1ad3296f03fb552fac2897ca142f8af52032326 X-VCS-Branch: dev Date: Sat, 20 Jul 2024 08:20:26 +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: 7a7d40e3-90d7-4870-854a-3a4033e065f4 X-Archives-Hash: 917993f9c0e111f83c41c6d106e0f1fa commit: b1ad3296f03fb552fac2897ca142f8af52032326 Author: Takuya Wakazono gmail com> AuthorDate: Sat Jul 20 08:02:12 2024 +0000 Commit: Takuya Wakazono gmail com> CommitDate: Sat Jul 20 08:10:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b1ad3296 net-misc/megasync: fix runtime dependency dev-qt/qtquickcontrols{,2} is required as a runtime dependency. If this is not present in an environment that has not done initial setup, megasync will crash. This does not occur in environment that have already done initial setup. Closes: https://bugs.gentoo.org/936323 Signed-off-by: Takuya Wakazono gmail.com> .../{megasync-5.3.0.0.ebuild => megasync-5.3.0.0-r1.ebuild} | 6 +++++- net-misc/megasync/megasync-9999.ebuild | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/net-misc/megasync/megasync-5.3.0.0.ebuild b/net-misc/megasync/megasync-5.3.0.0-r1.ebuild similarity index 97% rename from net-misc/megasync/megasync-5.3.0.0.ebuild rename to net-misc/megasync/megasync-5.3.0.0-r1.ebuild index c93022217..8b25de399 100644 --- a/net-misc/megasync/megasync-5.3.0.0.ebuild +++ b/net-misc/megasync/megasync-5.3.0.0-r1.ebuild @@ -76,7 +76,11 @@ DEPEND=" ) thunar? ( xfce-base/thunar:= ) " -RDEPEND="${DEPEND}" +RDEPEND=" + ${DEPEND} + dev-qt/qtquickcontrols:5 + dev-qt/qtquickcontrols2:5 +" BDEPEND=" dev-qt/linguist-tools:5 dolphin? ( kde-frameworks/extra-cmake-modules ) diff --git a/net-misc/megasync/megasync-9999.ebuild b/net-misc/megasync/megasync-9999.ebuild index c93022217..8b25de399 100644 --- a/net-misc/megasync/megasync-9999.ebuild +++ b/net-misc/megasync/megasync-9999.ebuild @@ -76,7 +76,11 @@ DEPEND=" ) thunar? ( xfce-base/thunar:= ) " -RDEPEND="${DEPEND}" +RDEPEND=" + ${DEPEND} + dev-qt/qtquickcontrols:5 + dev-qt/qtquickcontrols2:5 +" BDEPEND=" dev-qt/linguist-tools:5 dolphin? ( kde-frameworks/extra-cmake-modules )