diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 22:38:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 23:07:56 +0000 |
commit | c81f23cf300d876c859add7d0a546b39f01ed886 (patch) | |
tree | 191f7e54d6f7ec745bf44c775ff80a29aa98a2f7 /sys-boot | |
parent | sys-apps/spu-tools: add missing pkgconfig (B)DEPEND (diff) | |
download | gentoo-c81f23cf300d876c859add7d0a546b39f01ed886.tar.gz gentoo-c81f23cf300d876c859add7d0a546b39f01ed886.tar.bz2 gentoo-c81f23cf300d876c859add7d0a546b39f01ed886.zip |
sys-boot/vboot-utils: add missing pkgconfig (B)DEPEND
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/vboot-utils/vboot-utils-72_p20181229-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-boot/vboot-utils/vboot-utils-72_p20181229-r1.ebuild b/sys-boot/vboot-utils/vboot-utils-72_p20181229-r1.ebuild index 34a78cf8d7f3..0d22f0bdc9cb 100644 --- a/sys-boot/vboot-utils/vboot-utils-72_p20181229-r1.ebuild +++ b/sys-boot/vboot-utils/vboot-utils-72_p20181229-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -38,7 +38,8 @@ DEPEND="${RDEPEND} ${LIB_DEPEND_MINIMAL} !minimal? ( ${LIB_DEPEND} ) ) - app-crypt/trousers" + app-crypt/trousers + virtual/pkgconfig" S=${WORKDIR} |