diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-02-11 20:15:56 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-02-11 20:31:28 -0500 |
commit | c45b16abf06b88f48703b3bb2103901972297454 (patch) | |
tree | 69ac03feb3d1b08296c0cde40608565d3ca47660 /games-action | |
parent | sys-devel/clang: add USE=+pie (forced-on) for >= 14.0.0_rc1 (diff) | |
download | gentoo-c45b16abf06b88f48703b3bb2103901972297454.tar.gz gentoo-c45b16abf06b88f48703b3bb2103901972297454.tar.bz2 gentoo-c45b16abf06b88f48703b3bb2103901972297454.zip |
games-action/dxx-rebirth: cleanup unnecessarily added deps
On closer look I don't think these scripts are used, and adding
the eclass regardless of these is normal given how scons-utils
works. So it only makes PYTHON_DEPS redundant.
Fixes: ba65a523a982f51e0037f74e3ad36c6da3f58ed9
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20210623.ebuild | 4 | ||||
-rw-r--r-- | games-action/dxx-rebirth/dxx-rebirth-9999.ebuild | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20210623.ebuild b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20210623.ebuild index 3dc11a9d646a..52185ad3b734 100644 --- a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20210623.ebuild +++ b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20210623.ebuild @@ -151,9 +151,7 @@ REQUIRED_USE=' sdl2? ( opengl ) ' -BDEPEND=" - ${PYTHON_DEPS} - virtual/pkgconfig" +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 diff --git a/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild b/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild index af05d12398b6..36013cd510bc 100644 --- a/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild +++ b/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild @@ -153,9 +153,7 @@ REQUIRED_USE=' sdl2? ( opengl ) ' -BDEPEND=" - ${PYTHON_DEPS} - virtual/pkgconfig" +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 |