diff options
author | Sam James <sam@gentoo.org> | 2021-04-27 21:10:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-27 21:17:53 +0100 |
commit | 4e2a73e2ad4c5b5165d04e894fbd679b5b1c1963 (patch) | |
tree | 3b048b7f6beb289899f44b38e0e221697144bc91 /sys-power | |
parent | app-shells/mksh: use canonical phase ordering (diff) | |
download | gentoo-4e2a73e2ad4c5b5165d04e894fbd679b5b1c1963.tar.gz gentoo-4e2a73e2ad4c5b5165d04e894fbd679b5b1c1963.tar.bz2 gentoo-4e2a73e2ad4c5b5165d04e894fbd679b5b1c1963.zip |
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@gentoo.org>
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/uhubctl/uhubctl-2.4.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-power/uhubctl/uhubctl-2.4.0.ebuild b/sys-power/uhubctl/uhubctl-2.4.0.ebuild index f6215f8b5de3..9d01116874ff 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 |