diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-01-17 22:19:56 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-01-17 22:27:10 +0000 |
commit | 9b4c30a2f534b64957da3a70b5af28faa09fbfb8 (patch) | |
tree | 77a8d61beb515e81961d44fb4bc3438ee38ee1b7 /games-util | |
parent | games-util/xboxdrv: Drop old 0.8.8 (diff) | |
download | gentoo-9b4c30a2f534b64957da3a70b5af28faa09fbfb8.tar.gz gentoo-9b4c30a2f534b64957da3a70b5af28faa09fbfb8.tar.bz2 gentoo-9b4c30a2f534b64957da3a70b5af28faa09fbfb8.zip |
games-util/xboxdrv: Add missing dev-util/glib-utils dependency
It is needed for glib-genmarshal.
Closes: https://bugs.gentoo.org/668034
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/xboxdrv/xboxdrv-0.8.8_p20190116.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games-util/xboxdrv/xboxdrv-0.8.8_p20190116.ebuild b/games-util/xboxdrv/xboxdrv-0.8.8_p20190116.ebuild index 228c7cc35069..386182c312b2 100644 --- a/games-util/xboxdrv/xboxdrv-0.8.8_p20190116.ebuild +++ b/games-util/xboxdrv/xboxdrv-0.8.8_p20190116.ebuild @@ -30,6 +30,7 @@ DEPEND=" " BDEPEND=" + dev-util/glib-utils virtual/pkgconfig " |