diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 22:37:50 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 23:07:49 +0000 |
commit | 81e68c8079ee1f6eb9abc66792afbab98b189efd (patch) | |
tree | 566eaa79a6ac72dfccaa90be09778fcacca30702 /sys-apps/spu-tools | |
parent | sys-apps/flashrom: add missing pkgconfig (B)DEPEND (diff) | |
download | gentoo-81e68c8079ee1f6eb9abc66792afbab98b189efd.tar.gz gentoo-81e68c8079ee1f6eb9abc66792afbab98b189efd.tar.bz2 gentoo-81e68c8079ee1f6eb9abc66792afbab98b189efd.zip |
sys-apps/spu-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 'sys-apps/spu-tools')
-rw-r--r-- | sys-apps/spu-tools/spu-tools-2.3.0.136.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/spu-tools/spu-tools-2.3.0.136.ebuild b/sys-apps/spu-tools/spu-tools-2.3.0.136.ebuild index 63f188280172..2826095ae3c5 100644 --- a/sys-apps/spu-tools/spu-tools-2.3.0.136.ebuild +++ b/sys-apps/spu-tools/spu-tools-2.3.0.136.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -21,6 +21,7 @@ RDEPEND=" DEPEND=" ${RDEPEND} sys-apps/help2man + virtual/pkgconfig " S="${WORKDIR}/${PN}/src" |