summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2022-04-27 23:09:55 +0100
committerJames Le Cuirot <chewi@gentoo.org>2022-04-27 23:09:55 +0100
commitcb0810b6683c41e9f179c32f86844f4c7fbb9898 (patch)
treefce3240c31498623ce968f8ee3f982e28cce493c /games-emulation
parentwww-client/vivaldi-snapshot: Drop old 5.3.2643.3 (diff)
downloadgentoo-cb0810b6683c41e9f179c32f86844f4c7fbb9898.tar.gz
gentoo-cb0810b6683c41e9f179c32f86844f4c7fbb9898.tar.bz2
gentoo-cb0810b6683c41e9f179c32f86844f4c7fbb9898.zip
games-emulation/dolphin: Don't use variable in LICENSE
Closes: https://bugs.gentoo.org/840598 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/dolphin/dolphin-5.0_p20210506-r3.ebuild4
-rw-r--r--games-emulation/dolphin/dolphin-9999.ebuild4
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