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 3542A138334 for ; Fri, 9 Aug 2019 03:05:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0071E0855; Fri, 9 Aug 2019 03:05:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A4761E0855 for ; Fri, 9 Aug 2019 03:05: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 4FE083496FF for ; Fri, 9 Aug 2019 03:05:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CB88740 for ; Fri, 9 Aug 2019 03:05:21 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1565319836.42e204e2e95015a3e1bd0b5014013d04aa3a0714.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/wit/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/wit/wit-3.02a.ebuild X-VCS-Directories: games-util/wit/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 42e204e2e95015a3e1bd0b5014013d04aa3a0714 X-VCS-Branch: master Date: Fri, 9 Aug 2019 03:05: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: b45cc3bc-9688-4b2d-a6ca-d2c4b30e6fe6 X-Archives-Hash: 93f300f0e879954381b3ce60e53ec137 commit: 42e204e2e95015a3e1bd0b5014013d04aa3a0714 Author: Tim Harder gentoo org> AuthorDate: Fri Aug 9 03:03:56 2019 +0000 Commit: Tim Harder gentoo org> CommitDate: Fri Aug 9 03:03:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42e204e2 games-util/wit: add missing pkgconfig bdep Signed-off-by: Tim Harder gentoo.org> games-util/wit/wit-3.02a.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/games-util/wit/wit-3.02a.ebuild b/games-util/wit/wit-3.02a.ebuild index 86555489aba..82ddc3d0ff6 100644 --- a/games-util/wit/wit-3.02a.ebuild +++ b/games-util/wit/wit-3.02a.ebuild @@ -22,6 +22,7 @@ RDEPEND=" zlib? ( sys-libs/zlib:0= ) " DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" DOCS="doc/*.txt"