commit: 4e2a73e2ad4c5b5165d04e894fbd679b5b1c1963
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 27 20:10:22 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 27 20:17:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e2a73e2
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 <sam <AT> gentoo.org>
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 f6215f8b5de..9d01116874f 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