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 80E4D1580B9 for ; Mon, 23 Aug 2021 01:14:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B783E08CD; Mon, 23 Aug 2021 01:14:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 66932E08CD for ; Mon, 23 Aug 2021 01:14:09 +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 CCB96342AB5 for ; Mon, 23 Aug 2021 01:14:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A1848D1 for ; Mon, 23 Aug 2021 01:14:06 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1629681219.bbd72a032b38c2b27883bc95f71e5fe91e3d2d8b.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtgamepad/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtgamepad/qtgamepad-5.15.9999.ebuild X-VCS-Directories: dev-qt/qtgamepad/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bbd72a032b38c2b27883bc95f71e5fe91e3d2d8b X-VCS-Branch: master Date: Mon, 23 Aug 2021 01:14:06 +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: 48c0dde1-f383-467e-9523-225b4d1eac72 X-Archives-Hash: 679e4f8aba02e38dd84e141d517c3752 commit: bbd72a032b38c2b27883bc95f71e5fe91e3d2d8b Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 23 00:15:25 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Aug 23 01:13:39 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=bbd72a03 dev-qt/qtgamepad: Fix IUSE=sdl to depend on media-libs/libsdl2 Bug: https://bugs.gentoo.org/777516 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtgamepad/qtgamepad-5.15.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtgamepad/qtgamepad-5.15.9999.ebuild b/dev-qt/qtgamepad/qtgamepad-5.15.9999.ebuild index 92fd95bd..70434d09 100644 --- a/dev-qt/qtgamepad/qtgamepad-5.15.9999.ebuild +++ b/dev-qt/qtgamepad/qtgamepad-5.15.9999.ebuild @@ -18,7 +18,7 @@ DEPEND=" ~dev-qt/qtgui-${PV}[evdev?] evdev? ( virtual/libudev:= ) qml? ( ~dev-qt/qtdeclarative-${PV} ) - sdl? ( media-libs/libsdl ) + sdl? ( media-libs/libsdl2 ) " RDEPEND="${DEPEND}"