From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 25F92138334 for ; Thu, 17 Jan 2019 22:27:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1902E0BC4; Thu, 17 Jan 2019 22:27:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B760CE0BC4 for ; Thu, 17 Jan 2019 22:27:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C745335C67 for ; Thu, 17 Jan 2019 22:27:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10B1B517 for ; Thu, 17 Jan 2019 22:27:21 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1547764030.9b4c30a2f534b64957da3a70b5af28faa09fbfb8.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/xboxdrv/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/xboxdrv/xboxdrv-0.8.8_p20190116.ebuild X-VCS-Directories: games-util/xboxdrv/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 9b4c30a2f534b64957da3a70b5af28faa09fbfb8 X-VCS-Branch: master Date: Thu, 17 Jan 2019 22:27:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a4d847a9-ddd6-41a6-a2a9-c8df54a6960e X-Archives-Hash: c4f7dc0a393c84a3282868574f17f95a commit: 9b4c30a2f534b64957da3a70b5af28faa09fbfb8 Author: James Le Cuirot gentoo org> AuthorDate: Thu Jan 17 22:19:56 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Thu Jan 17 22:27:10 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b4c30a2 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 gentoo.org> games-util/xboxdrv/xboxdrv-0.8.8_p20190116.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/games-util/xboxdrv/xboxdrv-0.8.8_p20190116.ebuild b/games-util/xboxdrv/xboxdrv-0.8.8_p20190116.ebuild index 228c7cc3506..386182c312b 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 "