app-i18n/*: consistent LUA_COMPAT style

Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2022-01-30 11:21:51 +01:00
parent 7a55b8993e
commit 918290cac3
5 changed files with 10 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
# Copyright 2003-2021 Gentoo Authors
# Copyright 2003-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
LUA_COMPAT=(lua{5-1,5-2,5-3,5-4})
LUA_COMPAT=( lua5-{1..4} )
inherit cmake gnome2-utils lua-single xdg-utils

View File

@@ -1,8 +1,8 @@
# Copyright 2003-2020 Gentoo Authors
# Copyright 2003-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
LUA_COMPAT=(lua{5-1,5-2,5-3,5-4})
LUA_COMPAT=( lua5-{1..4} )
inherit cmake gnome2-utils lua-single xdg-utils

View File

@@ -1,8 +1,8 @@
# Copyright 2020-2021 Gentoo Authors
# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
LUA_COMPAT=(lua{5-1,5-2,5-3,5-4})
LUA_COMPAT=( lua5-{1..4} )
inherit cmake lua-single

View File

@@ -1,8 +1,8 @@
# Copyright 2020-2021 Gentoo Authors
# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
LUA_COMPAT=(lua{5-3,5-4})
LUA_COMPAT=( lua5-{3..4} )
inherit cmake lua-single

View File

@@ -1,8 +1,8 @@
# Copyright 2020-2021 Gentoo Authors
# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
LUA_COMPAT=(lua{5-3,5-4})
LUA_COMPAT=( lua5-{3..4} )
inherit cmake lua-single