diff options
author | David Seifert <soap@gentoo.org> | 2022-10-29 15:29:52 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-10-29 15:29:52 +0200 |
commit | 0b15882378d3300a6bc4661f122ceb3791865328 (patch) | |
tree | 33d3b7dc493d009fd04f7dc71299fd644f91e01b /games-arcade | |
parent | games-roguelike/stone-soup: depend on deprecated lua APIs (diff) | |
download | gentoo-0b15882378d3300a6bc4661f122ceb3791865328.tar.gz gentoo-0b15882378d3300a6bc4661f122ceb3791865328.tar.bz2 gentoo-0b15882378d3300a6bc4661f122ceb3791865328.zip |
games-arcade/epiar: depend on deprecated lua APIs
Closes: https://bugs.gentoo.org/878391
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/epiar/epiar-0.5.1-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games-arcade/epiar/epiar-0.5.1-r1.ebuild b/games-arcade/epiar/epiar-0.5.1-r1.ebuild index 994a9dc22a21..fd05c36a1d34 100644 --- a/games-arcade/epiar/epiar-0.5.1-r1.ebuild +++ b/games-arcade/epiar/epiar-0.5.1-r1.ebuild @@ -4,6 +4,7 @@ EAPI=7 LUA_COMPAT=( lua5-1 ) +LUA_REQ_USE="deprecated" inherit autotools flag-o-matic lua-single DESCRIPTION="Space adventure/combat game" |