mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
games-emulation/dolphin: Do not remove mgba in 9999
Thanks to xarblu for the suggestion. Closes: https://bugs.gentoo.org/846578 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -117,7 +117,7 @@ declare -A KEEP_BUNDLED=(
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
if use mgba; then
|
||||
if use mgba && [[ ${PV} != *9999 ]]; then
|
||||
rmdir Externals/mGBA/mgba || die
|
||||
mv "${WORKDIR}/mgba-${MGBA_COMMIT}" Externals/mGBA/mgba || die
|
||||
fi
|
||||
|
||||
@@ -117,7 +117,7 @@ declare -A KEEP_BUNDLED=(
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
if use mgba; then
|
||||
if use mgba && [[ ${PV} != *9999 ]]; then
|
||||
rmdir Externals/mGBA/mgba || die
|
||||
mv "${WORKDIR}/mgba-${MGBA_COMMIT}" Externals/mGBA/mgba || die
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user