diff options
author | Chris Mayo <aklhfex@gmail.com> | 2022-11-16 19:25:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-17 00:56:03 +0000 |
commit | 0600a310ac4610a88de1b9b5d3e6144ccc5040aa (patch) | |
tree | 2704dc19e7835e48d681c7331cfd5494f2ab5518 /dev-util/geany-plugins | |
parent | dev-util/cmake: add 3.25.0 (unkeyworded for now) (diff) | |
download | gentoo-0600a310ac4610a88de1b9b5d3e6144ccc5040aa.tar.gz gentoo-0600a310ac4610a88de1b9b5d3e6144ccc5040aa.tar.bz2 gentoo-0600a310ac4610a88de1b9b5d3e6144ccc5040aa.zip |
dev-util/geany-plugins: ensure lua supports deprecated APIs
Bug: https://bugs.gentoo.org/878529
Closes: https://bugs.gentoo.org/881507
Signed-off-by: Chris Mayo <aklhfex@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/28302
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/geany-plugins')
-rw-r--r-- | dev-util/geany-plugins/geany-plugins-1.38-r4.ebuild (renamed from dev-util/geany-plugins/geany-plugins-1.38-r3.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-util/geany-plugins/geany-plugins-1.38-r3.ebuild b/dev-util/geany-plugins/geany-plugins-1.38-r4.ebuild index f74c64c1a2e0..22a9b9b191dd 100644 --- a/dev-util/geany-plugins/geany-plugins-1.38-r3.ebuild +++ b/dev-util/geany-plugins/geany-plugins-1.38-r4.ebuild @@ -4,6 +4,7 @@ EAPI=8 LUA_COMPAT=( lua5-1 ) +LUA_REQ_USE="deprecated" inherit flag-o-matic lua-single |