summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-18 23:07:17 +0200
committerDavid Seifert <soap@gentoo.org>2021-06-18 23:07:17 +0200
commitabcb33fd929136f442625c084a62be1353aa3010 (patch)
tree98d52349430e409ac2d4583c43c6d006242bc861 /games-action
parentdev-util/kbuild: add missing virtual/pkgconfig dependency (diff)
downloadgentoo-abcb33fd929136f442625c084a62be1353aa3010.tar.gz
gentoo-abcb33fd929136f442625c084a62be1353aa3010.tar.bz2
gentoo-abcb33fd929136f442625c084a62be1353aa3010.zip
games-action/dxx-rebirth: add missing virtual/pkgconfig dependency
Based on tc-export PKG_CONFIG call. Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r--games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild2
-rw-r--r--games-action/dxx-rebirth/dxx-rebirth-9999.ebuild2
2 files changed, 4 insertions, 0 deletions
diff --git a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild
index 86ced2d16b5b..2f380b10341f 100644
--- a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild
+++ b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild
@@ -168,6 +168,8 @@ REQUIRED_USE='
# and therefore requires a rebuild when changed.
#IUSE_RUNTIME="flac l10n_de midi mp3 opl3-musicpack sc55-musicpack vorbis"
+BDEPEND="virtual/pkgconfig"
+
dxx_scons() {
# Always build profile `m`. If use editor, also build profile `e`.
# Set most variables in the default anonymous profile. Only
diff --git a/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild b/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild
index 5a01f9daaefc..b29054e2a7bc 100644
--- a/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild
+++ b/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild
@@ -151,6 +151,8 @@ REQUIRED_USE='
sdl2? ( opengl )
'
+BDEPEND="virtual/pkgconfig"
+
# As of this writing, IUSE_RUNTIME is a GLEP, but not an implemented
# feature. This variable is stored here to be ready to activate when
# Portage implements this feature.