diff options
author | Julien Roy <julien@jroy.ca> | 2024-03-21 18:34:41 -0400 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-03-21 18:34:41 -0400 |
commit | 3d25d4048dd9d96734c6d21f3a6acffd693822a0 (patch) | |
tree | 114a8d9113a3a5b6caacdf80d39c62e202405fa5 /games-emulation | |
parent | profiles: mask sys-libs/gcompat (diff) | |
download | guru-3d25d4048dd9d96734c6d21f3a6acffd693822a0.tar.gz guru-3d25d4048dd9d96734c6d21f3a6acffd693822a0.tar.bz2 guru-3d25d4048dd9d96734c6d21f3a6acffd693822a0.zip |
*/*: remove empty global variable assigment
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/flycast/flycast-9999.ebuild | 2 | ||||
-rw-r--r-- | games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/games-emulation/flycast/flycast-9999.ebuild b/games-emulation/flycast/flycast-9999.ebuild index e1dcc5e02..3cea66b7a 100644 --- a/games-emulation/flycast/flycast-9999.ebuild +++ b/games-emulation/flycast/flycast-9999.ebuild @@ -14,7 +14,6 @@ EGIT_SUBMODULES=( 'core/deps/breakpad' 'core/deps/volk' 'core/deps/VulkanMemoryA LICENSE="GPL-2" SLOT="0" -KEYWORDS="" IUSE="alsa ao lua opengl +openmp pulseaudio vulkan" @@ -37,7 +36,6 @@ DEPEND=" ) " RDEPEND="${DEPEND}" -BDEPEND="" REQUIRED_USE="|| ( opengl vulkan ) || ( ao alsa pulseaudio )" diff --git a/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild b/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild index 8cf3d63e2..4ffcf1352 100644 --- a/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild +++ b/games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild @@ -11,7 +11,6 @@ EGIT_REPO_URI="https://github.com/dh4/mupen64plus-qt" LICENSE="BSD" SLOT="0" -KEYWORDS="" RDEPEND=" dev-qt/qtcore:5 |