summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-12 22:29:52 +0000
committerSam James <sam@gentoo.org>2021-04-12 23:07:06 +0000
commitd4ae53e80db0540c2410cadf5a70ffbccf683a32 (patch)
treec8745484daa4b65903f1018019c928174228146a
parentdev-embedded/smdk-dltool: add missing pkgconfig (B)DEPEND (diff)
downloadgentoo-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>
-rw-r--r--dev-embedded/u-boot-tools/u-boot-tools-2020.04-r2.ebuild1
-rw-r--r--dev-embedded/u-boot-tools/u-boot-tools-2021.04_rc2.ebuild1
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}