Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtgamepad/
Date: Mon, 23 Aug 2021 01:14:11
Message-Id: 1629681219.bbd72a032b38c2b27883bc95f71e5fe91e3d2d8b.asturm@gentoo
1 commit: bbd72a032b38c2b27883bc95f71e5fe91e3d2d8b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 23 00:15:25 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 23 01:13:39 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=bbd72a03
7
8 dev-qt/qtgamepad: Fix IUSE=sdl to depend on media-libs/libsdl2
9
10 Bug: https://bugs.gentoo.org/777516
11 Package-Manager: Portage-3.0.22, Repoman-3.0.3
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 dev-qt/qtgamepad/qtgamepad-5.15.9999.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-qt/qtgamepad/qtgamepad-5.15.9999.ebuild b/dev-qt/qtgamepad/qtgamepad-5.15.9999.ebuild
18 index 92fd95bd..70434d09 100644
19 --- a/dev-qt/qtgamepad/qtgamepad-5.15.9999.ebuild
20 +++ b/dev-qt/qtgamepad/qtgamepad-5.15.9999.ebuild
21 @@ -18,7 +18,7 @@ DEPEND="
22 ~dev-qt/qtgui-${PV}[evdev?]
23 evdev? ( virtual/libudev:= )
24 qml? ( ~dev-qt/qtdeclarative-${PV} )
25 - sdl? ( media-libs/libsdl )
26 + sdl? ( media-libs/libsdl2 )
27 "
28 RDEPEND="${DEPEND}"