Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/qdevicemonitor/
Date: Mon, 26 Oct 2020 14:13:26
Message-Id: 1603721590.a492ca3884a82aa85f02c8fa6aa86b068142877e.juippis@gentoo
1 commit: a492ca3884a82aa85f02c8fa6aa86b068142877e
2 Author: Alexander Lopatin <alopatindev <AT> gmail <DOT> com>
3 AuthorDate: Tue Oct 20 18:30:37 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 26 14:13:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a492ca38
7
8 dev-util/qdevicemonitor: fix build
9
10 Closes: https://bugs.gentoo.org/749942
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Alexander Lopatin <alopatindev <AT> gmail.com>
13 Closes: https://github.com/gentoo/gentoo/pull/17981
14 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
15
16 dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r2.ebuild | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r2.ebuild b/dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r2.ebuild
20 index 0dbd37d4f29..29ec20c4ba0 100644
21 --- a/dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r2.ebuild
22 +++ b/dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r2.ebuild
23 @@ -24,6 +24,7 @@ RDEPEND="
24 app-pda/usbmuxd
25 dev-qt/qtcore:5
26 dev-qt/qtgui:5
27 + dev-qt/qtwidgets:5
28 dev-util/android-tools"
29 DEPEND="${RDEPEND}"