Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/xboxdrv/
Date: Thu, 17 Jan 2019 22:27:26
Message-Id: 1547764030.9b4c30a2f534b64957da3a70b5af28faa09fbfb8.chewi@gentoo
1 commit: 9b4c30a2f534b64957da3a70b5af28faa09fbfb8
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 17 22:19:56 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 17 22:27:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b4c30a2
7
8 games-util/xboxdrv: Add missing dev-util/glib-utils dependency
9
10 It is needed for glib-genmarshal.
11
12 Closes: https://bugs.gentoo.org/668034
13 Package-Manager: Portage-2.3.56, Repoman-2.3.12
14 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
15
16 games-util/xboxdrv/xboxdrv-0.8.8_p20190116.ebuild | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/games-util/xboxdrv/xboxdrv-0.8.8_p20190116.ebuild b/games-util/xboxdrv/xboxdrv-0.8.8_p20190116.ebuild
20 index 228c7cc3506..386182c312b 100644
21 --- a/games-util/xboxdrv/xboxdrv-0.8.8_p20190116.ebuild
22 +++ b/games-util/xboxdrv/xboxdrv-0.8.8_p20190116.ebuild
23 @@ -30,6 +30,7 @@ DEPEND="
24 "
25
26 BDEPEND="
27 + dev-util/glib-utils
28 virtual/pkgconfig
29 "