From a5b378aeb55f192784a723e1ff968114e4de3d0f Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 6 Apr 2021 01:57:32 +0100 Subject: games-emulation/dolphin: update cmake.eclass comment Signed-off-by: Sam James --- games-emulation/dolphin/dolphin-5.0_p20200705.ebuild | 4 ++-- games-emulation/dolphin/dolphin-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'games-emulation/dolphin') 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 -- cgit v1.2.3-65-gdbad