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 357A5158013 for ; Mon, 11 Dec 2023 06:50:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E2C92BC044; Mon, 11 Dec 2023 06:50:48 +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 207F12BC044 for ; Mon, 11 Dec 2023 06:50:48 +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 3D25233D3CF for ; Mon, 11 Dec 2023 06:50:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 975FD14B4 for ; Mon, 11 Dec 2023 06:50:45 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1701944478.bcbc5a3dad0b6c487c5031235bae577121fac2ef.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: bcbc5a3dad0b6c487c5031235bae577121fac2ef X-VCS-Branch: master Date: Mon, 11 Dec 2023 06:50:45 +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: 556d5193-ee04-458c-a99b-c1d3264f195e X-Archives-Hash: 92c2001ae75af124c6f6e7d1c71177b7 commit: bcbc5a3dad0b6c487c5031235bae577121fac2ef Author: Alexander Weber web de> AuthorDate: Thu Dec 7 10:21:18 2023 +0000 Commit: Viorel Munteanu gentoo org> 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}"