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 AD242158013 for ; Thu, 7 Dec 2023 10:22:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E442B2BC016; Thu, 7 Dec 2023 10:22:42 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65CB62BC016 for ; Thu, 7 Dec 2023 10:22:42 +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 4024A33E02F for ; Thu, 7 Dec 2023 10:22:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69D2E143F for ; Thu, 7 Dec 2023 10:22:39 +0000 (UTC) From: "Alexander Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexander Weber" Message-ID: <1701944478.bcbc5a3dad0b6c487c5031235bae577121fac2ef.web.alexander@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/mupen64plus-qt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild X-VCS-Directories: games-emulation/mupen64plus-qt/ X-VCS-Committer: web.alexander X-VCS-Committer-Name: Alexander Weber X-VCS-Revision: bcbc5a3dad0b6c487c5031235bae577121fac2ef X-VCS-Branch: dev Date: Thu, 7 Dec 2023 10:22:39 +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: 55e41a57-2c0c-472f-bba3-c18ca3299486 X-Archives-Hash: 9203a3c12b966257e994964ae9a1a692 commit: bcbc5a3dad0b6c487c5031235bae577121fac2ef Author: Alexander Weber web de> AuthorDate: Thu Dec 7 10:21:18 2023 +0000 Commit: Alexander Weber web de> CommitDate: Thu Dec 7 10:21:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bcbc5a3d games-emulation/mupen64plus-qt: adjust quazip / qt5 dependency Signed-off-by: Alexander Weber web.de> games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild | 2 +- games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild b/games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild index baea82b251..06dc4fd58a 100644 --- a/games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild +++ b/games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild @@ -19,7 +19,7 @@ RDEPEND=" dev-qt/qtxml:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 - dev-libs/quazip + || ( =dev-libs/quazip-1.3[qt5] ) " DEPEND=">=games-emulation/mupen64plus-core-2.5 ${RDEPEND}" diff --git a/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild b/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild index f4de6352da..8cf3d63e25 100644 --- a/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild +++ b/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild @@ -19,7 +19,7 @@ RDEPEND=" dev-qt/qtxml:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 - dev-libs/quazip + || ( =dev-libs/quazip-1.3[qt5] ) " DEPEND=">=games-emulation/mupen64plus-core-2.5 ${RDEPEND}"