diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 22:37:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 23:07:47 +0000 |
commit | eea5416335541d70bbfa4801dd825f15626c882a (patch) | |
tree | 22d177043ca566ac14cf21a6f84acd9c63cf177b /sys-apps | |
parent | sys-apps/busybox: add missing pkgconfig (B)DEPEND (diff) | |
download | gentoo-eea5416335541d70bbfa4801dd825f15626c882a.tar.gz gentoo-eea5416335541d70bbfa4801dd825f15626c882a.tar.bz2 gentoo-eea5416335541d70bbfa4801dd825f15626c882a.zip |
sys-apps/dtc: 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-apps')
-rw-r--r-- | sys-apps/dtc/dtc-1.5.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/dtc/dtc-1.5.0.ebuild b/sys-apps/dtc/dtc-1.5.0.ebuild index f2284dee2e44..688e30b948fa 100644 --- a/sys-apps/dtc/dtc-1.5.0.ebuild +++ b/sys-apps/dtc/dtc-1.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -22,6 +22,7 @@ IUSE="static-libs" DEPEND=" sys-devel/bison sys-devel/flex + virtual/pkgconfig " DOCS=" Documentation/dt-object-internal.txt |