diff options
author | David Seifert <soap@gentoo.org> | 2022-01-30 11:21:51 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-30 11:21:51 +0100 |
commit | 918290cac3f3872d8e7d88748fe192abf5e166e9 (patch) | |
tree | 73186fca2ba16dd982fbe60a7bee8a8004eba8e0 /app-i18n/librime-lua | |
parent | */*: consistent PYTHON_COMPAT style (diff) | |
download | gentoo-918290cac3f3872d8e7d88748fe192abf5e166e9.tar.gz gentoo-918290cac3f3872d8e7d88748fe192abf5e166e9.tar.bz2 gentoo-918290cac3f3872d8e7d88748fe192abf5e166e9.zip |
app-i18n/*: consistent LUA_COMPAT style
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-i18n/librime-lua')
-rw-r--r-- | app-i18n/librime-lua/librime-lua-20201011103348.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/librime-lua/librime-lua-20211030072627.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/librime-lua/librime-lua-99999999999999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-i18n/librime-lua/librime-lua-20201011103348.ebuild b/app-i18n/librime-lua/librime-lua-20201011103348.ebuild index 996b1508ab82..52202aa4718d 100644 --- a/app-i18n/librime-lua/librime-lua-20201011103348.ebuild +++ b/app-i18n/librime-lua/librime-lua-20201011103348.ebuild @@ -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 diff --git a/app-i18n/librime-lua/librime-lua-20211030072627.ebuild b/app-i18n/librime-lua/librime-lua-20211030072627.ebuild index 74d5ffac79a3..64263dc37b78 100644 --- a/app-i18n/librime-lua/librime-lua-20211030072627.ebuild +++ b/app-i18n/librime-lua/librime-lua-20211030072627.ebuild @@ -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 diff --git a/app-i18n/librime-lua/librime-lua-99999999999999.ebuild b/app-i18n/librime-lua/librime-lua-99999999999999.ebuild index 0b7dc6a14eba..2211e7aea769 100644 --- a/app-i18n/librime-lua/librime-lua-99999999999999.ebuild +++ b/app-i18n/librime-lua/librime-lua-99999999999999.ebuild @@ -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 |