diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 22:33:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 23:07:29 +0000 |
commit | 2500d42a366a5fcfb5e74dc0f67223740530bef8 (patch) | |
tree | 59f7a84f8c0aa980fc266d2a8846fba06d9167e2 /games-emulation/mupen64plus-rsp-hle | |
parent | dev-util/wiggle: add missing pkgconfig (B)DEPEND (diff) | |
download | gentoo-2500d42a366a5fcfb5e74dc0f67223740530bef8.tar.gz gentoo-2500d42a366a5fcfb5e74dc0f67223740530bef8.tar.bz2 gentoo-2500d42a366a5fcfb5e74dc0f67223740530bef8.zip |
games-emulation/mupen64plus-rsp-hle: 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 'games-emulation/mupen64plus-rsp-hle')
-rw-r--r-- | games-emulation/mupen64plus-rsp-hle/mupen64plus-rsp-hle-2.5.9.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-emulation/mupen64plus-rsp-hle/mupen64plus-rsp-hle-2.5.9.ebuild b/games-emulation/mupen64plus-rsp-hle/mupen64plus-rsp-hle-2.5.9.ebuild index 4d18794f870b..ca5c5d3f8e2c 100644 --- a/games-emulation/mupen64plus-rsp-hle/mupen64plus-rsp-hle-2.5.9.ebuild +++ b/games-emulation/mupen64plus-rsp-hle/mupen64plus-rsp-hle-2.5.9.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=7 @@ -17,6 +17,7 @@ IUSE="" RDEPEND=">=games-emulation/mupen64plus-core-${PV}:0=" DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" S=${WORKDIR}/${MY_P} |