commit: 8650688df4df0dc9f3f3908b9ab72eb4887d66dc Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Apr 4 10:15:58 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Apr 4 10:19:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8650688d
games-engines/scummvm-tools: eutils--, flag-o-matic-- Signed-off-by: Sam James <sam <AT> gentoo.org> games-engines/scummvm-tools/scummvm-tools-2.1.0.ebuild | 5 +++-- games-engines/scummvm-tools/scummvm-tools-2.2.0.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/games-engines/scummvm-tools/scummvm-tools-2.1.0.ebuild b/games-engines/scummvm-tools/scummvm-tools-2.1.0.ebuild index 54cbb5e6684..9920a02a2c5 100644 --- a/games-engines/scummvm-tools/scummvm-tools-2.1.0.ebuild +++ b/games-engines/scummvm-tools/scummvm-tools-2.1.0.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 + WX_GTK_VER=3.0-gtk3 -inherit wxwidgets eutils flag-o-matic +inherit wxwidgets DESCRIPTION="utilities for the SCUMM game engine" HOMEPAGE="http://scummvm.sourceforge.net/" diff --git a/games-engines/scummvm-tools/scummvm-tools-2.2.0.ebuild b/games-engines/scummvm-tools/scummvm-tools-2.2.0.ebuild index 8116e88b4f6..c514a09b8b7 100644 --- a/games-engines/scummvm-tools/scummvm-tools-2.2.0.ebuild +++ b/games-engines/scummvm-tools/scummvm-tools-2.2.0.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 + WX_GTK_VER=3.0-gtk3 -inherit wxwidgets eutils flag-o-matic toolchain-funcs +inherit wxwidgets toolchain-funcs DESCRIPTION="utilities for the SCUMM game engine" HOMEPAGE="http://scummvm.sourceforge.net/"
