diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-02-21 22:18:32 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-02-21 22:21:27 +0100 |
commit | b5b006e85fa378e61359cfb043073cd73e6d43b8 (patch) | |
tree | 82da1aecf909eeb0aa1f4ff1375ffed613100576 | |
parent | dev-lua/lanes: add lua5-4 support (diff) | |
download | gentoo-b5b006e85fa378e61359cfb043073cd73e6d43b8.tar.gz gentoo-b5b006e85fa378e61359cfb043073cd73e6d43b8.tar.bz2 gentoo-b5b006e85fa378e61359cfb043073cd73e6d43b8.zip |
dev-lua/inifile: add lua5-4 support
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r-- | dev-lua/inifile/inifile-1.0-r100.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/inifile/inifile-1.0-r100.ebuild b/dev-lua/inifile/inifile-1.0-r100.ebuild index 89a8791ca127..9353a9788285 100644 --- a/dev-lua/inifile/inifile-1.0-r100.ebuild +++ b/dev-lua/inifile/inifile-1.0-r100.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -LUA_COMPAT=( lua5-{1..3} luajit ) +LUA_COMPAT=( lua5-{1..4} luajit ) MY_PV="${PV/_p/-}" inherit lua |