From 4e2a73e2ad4c5b5165d04e894fbd679b5b1c1963 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 27 Apr 2021 21:10:22 +0100 Subject: [PATCH] sys-power/uhubctl: add virtual/pkgconfig BDEPEND It's technically optional in the Makefile but we don't want the non-pkgconfig path in Gentoo (causes various issues, including on Prefix or other non-standard setups). Signed-off-by: Sam James --- sys-power/uhubctl/uhubctl-2.4.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-power/uhubctl/uhubctl-2.4.0.ebuild b/sys-power/uhubctl/uhubctl-2.4.0.ebuild index f6215f8b5de33..9d01116874ffd 100644 --- a/sys-power/uhubctl/uhubctl-2.4.0.ebuild +++ b/sys-power/uhubctl/uhubctl-2.4.0.ebuild @@ -16,6 +16,7 @@ IUSE="" DEPEND="virtual/libusb:1" RDEPEND="${DEPEND}" +BDEPEND="virtual/pkgconfig" src_prepare() { default