diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 22:29:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 23:07:06 +0000 |
commit | d4ae53e80db0540c2410cadf5a70ffbccf683a32 (patch) | |
tree | c8745484daa4b65903f1018019c928174228146a /dev-embedded | |
parent | dev-embedded/smdk-dltool: add missing pkgconfig (B)DEPEND (diff) | |
download | gentoo-d4ae53e80db0540c2410cadf5a70ffbccf683a32.tar.gz gentoo-d4ae53e80db0540c2410cadf5a70ffbccf683a32.tar.bz2 gentoo-d4ae53e80db0540c2410cadf5a70ffbccf683a32.zip |
dev-embedded/u-boot-tools: 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 'dev-embedded')
-rw-r--r-- | dev-embedded/u-boot-tools/u-boot-tools-2020.04-r2.ebuild | 1 | ||||
-rw-r--r-- | dev-embedded/u-boot-tools/u-boot-tools-2021.04_rc2.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-embedded/u-boot-tools/u-boot-tools-2020.04-r2.ebuild b/dev-embedded/u-boot-tools/u-boot-tools-2020.04-r2.ebuild index d387a3bf6e79..161bcfbd7fc2 100644 --- a/dev-embedded/u-boot-tools/u-boot-tools-2020.04-r2.ebuild +++ b/dev-embedded/u-boot-tools/u-boot-tools-2020.04-r2.ebuild @@ -18,6 +18,7 @@ IUSE="" BDEPEND=" sys-devel/bison sys-devel/flex + virtual/pkgconfig " S=${WORKDIR}/${MY_P} diff --git a/dev-embedded/u-boot-tools/u-boot-tools-2021.04_rc2.ebuild b/dev-embedded/u-boot-tools/u-boot-tools-2021.04_rc2.ebuild index fac11bef4161..fe9f799ed944 100644 --- a/dev-embedded/u-boot-tools/u-boot-tools-2021.04_rc2.ebuild +++ b/dev-embedded/u-boot-tools/u-boot-tools-2021.04_rc2.ebuild @@ -20,6 +20,7 @@ DEPEND="${RDEPEND}" BDEPEND=" sys-devel/bison sys-devel/flex + virtual/pkgconfig " S=${WORKDIR}/${MY_P} |