commit: e34919f8297fec84d7fa47269528feee2704dc5e Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sun Jan 29 10:50:54 2023 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sun Jan 29 10:50:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e34919f8
games-action/supertuxkart: Drop unused CMake options from 1.3 1.4 was already fixed. Closes: https://bugs.gentoo.org/830619 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> games-action/supertuxkart/supertuxkart-1.3.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/games-action/supertuxkart/supertuxkart-1.3.ebuild b/games-action/supertuxkart/supertuxkart-1.3.ebuild index e262058aa7d1..54504fdfec32 100644 --- a/games-action/supertuxkart/supertuxkart-1.3.ebuild +++ b/games-action/supertuxkart/supertuxkart-1.3.ebuild @@ -67,11 +67,9 @@ src_configure() { -DUSE_SQLITE3=$(usex sqlite) -DUSE_SYSTEM_ANGELSCRIPT=ON -DUSE_SYSTEM_ENET=ON - -DUSE_SYSTEM_GLEW=ON -DUSE_SYSTEM_SQUISH=OFF -DUSE_SYSTEM_WIIUSE=OFF -DUSE_IPV6=OFF # not supported by system enet - -DOpenGL_GL_PREFERENCE=GLVND -DUSE_CRYPTO_OPENSSL=$(usex nettle no yes) -DBUILD_RECORDER=$(usex recorder) -DUSE_WIIUSE=$(usex wiimote)
