diff options
author | Sam James <sam@gentoo.org> | 2021-04-04 10:15:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-04 10:19:08 +0000 |
commit | 8650688df4df0dc9f3f3908b9ab72eb4887d66dc (patch) | |
tree | 45f22e6cbd50a82792bedb88cea6466d8699b44b /games-engines/scummvm-tools | |
parent | games-engines/nazghul: port to EAPI 7, eutils-- (diff) | |
download | gentoo-8650688df4df0dc9f3f3908b9ab72eb4887d66dc.tar.gz gentoo-8650688df4df0dc9f3f3908b9ab72eb4887d66dc.tar.bz2 gentoo-8650688df4df0dc9f3f3908b9ab72eb4887d66dc.zip |
games-engines/scummvm-tools: eutils--, flag-o-matic--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-engines/scummvm-tools')
-rw-r--r-- | games-engines/scummvm-tools/scummvm-tools-2.1.0.ebuild | 5 | ||||
-rw-r--r-- | 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 54cbb5e6684d..9920a02a2c51 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 8116e88b4f60..c514a09b8b71 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/" |