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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D044D1581F0 for ; Fri, 13 Dec 2024 23:39:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B363E090A; Fri, 13 Dec 2024 23:39:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21622E0909 for ; Fri, 13 Dec 2024 23:39: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 4B91D340C57 for ; Fri, 13 Dec 2024 23:39:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79CA2E96 for ; Fri, 13 Dec 2024 23:39:25 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1734133103.f4584e11b9e82e20a5506b912d21c7c6140a996f.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mgba/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/mgba/mgba-9999.ebuild X-VCS-Directories: games-emulation/mgba/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: f4584e11b9e82e20a5506b912d21c7c6140a996f X-VCS-Branch: master Date: Fri, 13 Dec 2024 23:39:25 +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: a8a83b44-6f24-40af-a8cc-190a3a1af326 X-Archives-Hash: 0922c623890cf9ec71ed164ec6e9d439 commit: f4584e11b9e82e20a5506b912d21c7c6140a996f Author: Ionen Wolkens gentoo org> AuthorDate: Fri Dec 13 23:05:36 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Dec 13 23:38:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4584e11 games-emulation/mgba: drop qt5 support in live We're actively trying to drop Qt5 where possible, and see no reason to keep this here. Also fix linguist-tools dependency BDEPEND which ignored qt6. May need other updates, but have not looked closely (will do when mgba 0.11 releases). Signed-off-by: Ionen Wolkens gentoo.org> games-emulation/mgba/mgba-9999.ebuild | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/games-emulation/mgba/mgba-9999.ebuild b/games-emulation/mgba/mgba-9999.ebuild index afc5b4396e02..a599c0cec301 100644 --- a/games-emulation/mgba/mgba-9999.ebuild +++ b/games-emulation/mgba/mgba-9999.ebuild @@ -21,7 +21,7 @@ LICENSE="MPL-2.0 BSD LGPL-2.1+ public-domain discord? ( MIT )" SLOT="0/$(ver_cut 1-2)" IUSE=" debug discord elf ffmpeg gles2 gles3 gui libretro - lua +opengl qt6 +sdl +sqlite test + lua +opengl +sdl +sqlite test " REQUIRED_USE=" gui? ( || ( gles2 gles3 opengl ) sqlite ) @@ -43,17 +43,8 @@ RDEPEND=" ) opengl? ( media-libs/libglvnd ) gui? ( - qt6? ( - dev-qt/qtbase:6[gui,network,opengl,widgets] - dev-qt/qtmultimedia:6 - ) - !qt6? ( - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtmultimedia:5 - dev-qt/qtnetwork:5 - dev-qt/qtwidgets:5 - ) + dev-qt/qtbase:6[gui,network,opengl,widgets] + dev-qt/qtmultimedia:6 ) sdl? ( media-libs/libsdl2[sound,joystick,gles2?,opengl?,video] ) sqlite? ( dev-db/sqlite:3 ) @@ -63,7 +54,7 @@ DEPEND=" test? ( dev-util/cmocka ) " BDEPEND=" - gui? ( dev-qt/linguist-tools:5 ) + gui? ( dev-qt/qttools:6[linguist] ) lua? ( virtual/pkgconfig ) " @@ -83,7 +74,7 @@ src_configure() { -DBUILD_GLES3=$(usex gles3) -DBUILD_LIBRETRO=$(usex libretro) -DBUILD_QT=$(usex gui) - $(usev gui -DFORCE_QT_VERSION=$(usex qt6 6 5)) + $(usev gui -DFORCE_QT_VERSION=6) -DBUILD_ROM_TEST=yes #918855 -DBUILD_SDL=$(usex sdl) # also used for gamepads in QT build -DBUILD_SUITE=$(usex test)