diff options
author | Sam James <sam@gentoo.org> | 2023-04-01 17:51:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-01 17:51:38 +0100 |
commit | 79e2f1f9aa88293c3c33a0e94ef55a49f3401530 (patch) | |
tree | 8ae6e2963bd72ed9eee19894da3858d9e0b13ee1 /games-strategy | |
parent | profiles/base: fix comment typo (diff) | |
download | gentoo-79e2f1f9aa88293c3c33a0e94ef55a49f3401530.tar.gz gentoo-79e2f1f9aa88293c3c33a0e94ef55a49f3401530.tar.bz2 gentoo-79e2f1f9aa88293c3c33a0e94ef55a49f3401530.zip |
games-strategy/freeciv: drop obsolete nmap[system-lua] mask
We've had fixed Lua since about 2020 in Gentoo (proper eclasses & slotting).
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/freeciv/freeciv-3.0.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/freeciv/freeciv-3.0.1-r1.ebuild b/games-strategy/freeciv/freeciv-3.0.1-r1.ebuild index 01f0ad879e67..b9f2024bc3a7 100644 --- a/games-strategy/freeciv/freeciv-3.0.1-r1.ebuild +++ b/games-strategy/freeciv/freeciv-3.0.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,7 @@ fi LICENSE="GPL-2+" SLOT="0" -IUSE="aimodules auth dedicated +gtk ipv6 mapimg modpack mysql nls qt5 readline sdl +server +sound sqlite system-lua" +IUSE="aimodules auth dedicated +gtk ipv6 mapimg modpack mysql nls qt5 readline sdl +server +sound sqlite +system-lua" REQUIRED_USE="system-lua? ( ${LUA_REQUIRED_USE} )" |