diff options
author | Sam James <sam@gentoo.org> | 2021-04-06 01:57:32 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-06 19:17:45 +0100 |
commit | a5b378aeb55f192784a723e1ff968114e4de3d0f (patch) | |
tree | adbe43545a6a0e2dc6fd3f1c5f58ca186d85f613 /games-emulation/dolphin | |
parent | dev-games/newton: port to cmake.eclass (cmake-utils--) (diff) | |
download | gentoo-a5b378aeb55f192784a723e1ff968114e4de3d0f.tar.gz gentoo-a5b378aeb55f192784a723e1ff968114e4de3d0f.tar.bz2 gentoo-a5b378aeb55f192784a723e1ff968114e4de3d0f.zip |
games-emulation/dolphin: update cmake.eclass comment
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-emulation/dolphin')
-rw-r--r-- | games-emulation/dolphin/dolphin-5.0_p20200705.ebuild | 4 | ||||
-rw-r--r-- | games-emulation/dolphin/dolphin-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games-emulation/dolphin/dolphin-5.0_p20200705.ebuild b/games-emulation/dolphin/dolphin-5.0_p20200705.ebuild index e933904d1e56..d06511da1c52 100644 --- a/games-emulation/dolphin/dolphin-5.0_p20200705.ebuild +++ b/games-emulation/dolphin/dolphin-5.0_p20200705.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -148,7 +148,7 @@ src_configure() { -DUSE_SHARED_ENET=ON -DUSE_UPNP=$(usex upnp) - # Undo cmake-utils.eclass's defaults. + # Undo cmake.eclass's defaults. # All dolphin's libraries are private # and rely on circular dependency resolution. -DBUILD_SHARED_LIBS=OFF diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index 6bf77bf6c3d8..b8b8e1e3b4e3 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -160,7 +160,7 @@ src_configure() { -DUSE_SHARED_ENET=ON -DUSE_UPNP=$(usex upnp) - # Undo cmake-utils.eclass's defaults. + # Undo cmake.eclass's defaults. # All dolphin's libraries are private # and rely on circular dependency resolution. -DBUILD_SHARED_LIBS=OFF |