diff options
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dolphin/dolphin-5.0_p20210506-r3.ebuild | 4 | ||||
-rw-r--r-- | games-emulation/dolphin/dolphin-9999.ebuild | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/games-emulation/dolphin/dolphin-5.0_p20210506-r3.ebuild b/games-emulation/dolphin/dolphin-5.0_p20210506-r3.ebuild index ec22c67307fc..33218b7db9b5 100644 --- a/games-emulation/dolphin/dolphin-5.0_p20210506-r3.ebuild +++ b/games-emulation/dolphin/dolphin-5.0_p20210506-r3.ebuild @@ -21,8 +21,7 @@ fi DESCRIPTION="Gamecube and Wii game emulator" HOMEPAGE="https://dolphin-emu.org/" -# NB: appended below -LICENSE="GPL-2+" +LICENSE="GPL-2+ Apache-2.0 BSD BSD-2 ISC LGPL-2.1+ MIT ZLIB" SLOT="0" IUSE="alsa bluetooth discord-presence doc +evdev ffmpeg +gui log profile pulseaudio systemd upnp vulkan" @@ -108,7 +107,6 @@ declare -A KEEP_BUNDLED=( # No code to detect shared library. [zstd]=BSD ) -LICENSE+=" ${KEEP_BUNDLED[*]}" src_prepare() { cmake_src_prepare diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index a6b3ce256bbc..c62f0305347a 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -22,8 +22,7 @@ fi DESCRIPTION="Gamecube and Wii game emulator" HOMEPAGE="https://dolphin-emu.org/" -# NB: appended below -LICENSE="GPL-2+" +LICENSE="GPL-2+ Apache-2.0 BSD BSD-2 ISC LGPL-2.1+ MIT MPL-2.0 ZLIB" SLOT="0" IUSE="alsa bluetooth discord-presence doc +evdev ffmpeg +gui log mgba profile pulseaudio systemd upnp vulkan" @@ -110,7 +109,6 @@ declare -A KEEP_BUNDLED=( # This is a stripped-down mGBA for integrated GBA support [mGBA]=MPL-2.0 ) -LICENSE+=" ${KEEP_BUNDLED[*]}" src_prepare() { cmake_src_prepare |