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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A258513933E for ; Tue, 6 Jul 2021 11:50:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA1D2E0BC2; Tue, 6 Jul 2021 11:50:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0E4BE0BC2 for ; Tue, 6 Jul 2021 11:50:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7DB2335D43 for ; Tue, 6 Jul 2021 11:50:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F6E678A for ; Tue, 6 Jul 2021 11:50:35 +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: <1625572145.8797c55d52293c099febfaaf1267ece3d9dee965.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/ppsspp/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/ppsspp/ppsspp-1.11.3_p20210627-r1.ebuild games-emulation/ppsspp/ppsspp-1.11.3_p20210627.ebuild X-VCS-Directories: games-emulation/ppsspp/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 8797c55d52293c099febfaaf1267ece3d9dee965 X-VCS-Branch: master Date: Tue, 6 Jul 2021 11:50:35 +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: a3969174-d566-4a22-a93e-8017fc63906d X-Archives-Hash: a57401d0b07990c24ddabbda37684393 commit: 8797c55d52293c099febfaaf1267ece3d9dee965 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Jul 6 11:46:12 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Jul 6 11:49:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8797c55d games-emulation/ppsspp: add missing libsdl2[X] when USE=-qt5 Closes: https://bugs.gentoo.org/800725 Acked-by: Maciej Barć riseup.net> Signed-off-by: Ionen Wolkens gentoo.org> ...ppsspp-1.11.3_p20210627.ebuild => ppsspp-1.11.3_p20210627-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-emulation/ppsspp/ppsspp-1.11.3_p20210627.ebuild b/games-emulation/ppsspp/ppsspp-1.11.3_p20210627-r1.ebuild similarity index 98% rename from games-emulation/ppsspp/ppsspp-1.11.3_p20210627.ebuild rename to games-emulation/ppsspp/ppsspp-1.11.3_p20210627-r1.ebuild index 5b55de6b85a..a6d35611d32 100644 --- a/games-emulation/ppsspp/ppsspp-1.11.3_p20210627.ebuild +++ b/games-emulation/ppsspp/ppsspp-1.11.3_p20210627-r1.ebuild @@ -46,7 +46,7 @@ RDEPEND=" dev-qt/qtopengl:5[-gles2-only] dev-qt/qtwidgets:5[-gles2-only] ) - !qt5? ( media-libs/libsdl2[opengl,sound,video] ) + !qt5? ( media-libs/libsdl2[X,opengl,sound,video] ) " DEPEND="${RDEPEND}"