Gentoo Archives: gentoo-commits

From: David Roman <davidroman96@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/libQuotient/
Date: Thu, 31 Dec 2020 04:24:49
Message-Id: 1609388679.3e8f6553c1ef73a8233b32a10c86d2f156d64c08.davidroman@gentoo
1 commit: 3e8f6553c1ef73a8233b32a10c86d2f156d64c08
2 Author: David Roman <davidroman96 <AT> gmail <DOT> com>
3 AuthorDate: Thu Dec 31 04:24:39 2020 +0000
4 Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
5 CommitDate: Thu Dec 31 04:24:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e8f6553
7
8 dev-libs/libQuotient: add missing dep
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
12
13 dev-libs/libQuotient/libQuotient-0.6.2.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-libs/libQuotient/libQuotient-0.6.2.ebuild b/dev-libs/libQuotient/libQuotient-0.6.2.ebuild
17 index bd5160ba..f5b1d6f1 100644
18 --- a/dev-libs/libQuotient/libQuotient-0.6.2.ebuild
19 +++ b/dev-libs/libQuotient/libQuotient-0.6.2.ebuild
20 @@ -24,5 +24,6 @@ RESTRICT="!test? ( test )"
21 DEPEND="
22 dev-qt/qtgui
23 dev-qt/qtnetwork
24 + dev-qt/qtmultimedia
25 "
26 RDEPEND="${DEPEND}"