mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-i18n/*: consistent LUA_COMPAT style
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user