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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 11DDF15806E for ; Fri, 19 May 2023 16:27:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46745E081B; Fri, 19 May 2023 16:27:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2AFE3E081B for ; Fri, 19 May 2023 16:27:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34C6B340CD0 for ; Fri, 19 May 2023 16:27:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CBB0A67 for ; Fri, 19 May 2023 16:27:32 +0000 (UTC) From: "Nickolas Raymond Kaczynski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nickolas Raymond Kaczynski" Message-ID: <1684513606.59512a3bbb3f3c99abcf3602e9e242969598801f.nrk@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/xbanish/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-misc/xbanish/xbanish-1.8_p20230519.ebuild X-VCS-Directories: x11-misc/xbanish/ X-VCS-Committer: nrk X-VCS-Committer-Name: Nickolas Raymond Kaczynski X-VCS-Revision: 59512a3bbb3f3c99abcf3602e9e242969598801f X-VCS-Branch: dev Date: Fri, 19 May 2023 16:27:32 +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: 6d2eaa16-d652-460a-947d-0bb5a1b0cb66 X-Archives-Hash: 79d63ed3116260e83948ba9b19a0b4ba commit: 59512a3bbb3f3c99abcf3602e9e242969598801f Author: NRK disroot org> AuthorDate: Fri May 19 16:26:46 2023 +0000 Commit: Nickolas Raymond Kaczynski disroot org> CommitDate: Fri May 19 16:26:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=59512a3b x11-misc/xbanish: add pkgconfig as BDEPEND Signed-off-by: NRK disroot.org> x11-misc/xbanish/xbanish-1.8_p20230519.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-misc/xbanish/xbanish-1.8_p20230519.ebuild b/x11-misc/xbanish/xbanish-1.8_p20230519.ebuild index da0ccba5f..769e960bb 100644 --- a/x11-misc/xbanish/xbanish-1.8_p20230519.ebuild +++ b/x11-misc/xbanish/xbanish-1.8_p20230519.ebuild @@ -24,6 +24,7 @@ RDEPEND=" x11-libs/libXext " DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" src_compile() { emake CC=$(tc-getCC)